From ff793db2efeb88c8160e5694de3ba1e434bac65d Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Thu, 17 May 2012 13:58:26 +0000 Subject: [PATCH] move Release build to -O3 (from -O2) git-svn-id: http://skia.googlecode.com/svn/trunk@3988 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/common_conditions.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index cfb67aeb7a..7f6fbd3814 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -86,7 +86,7 @@ 'cflags': ['-g'] }, 'Release': { - 'cflags': ['-O2'], + 'cflags': ['-O3'], 'defines': [ 'NDEBUG' ], }, },