move Release build to -O3 (from -O2)
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 17 May 2012 13:58:26 +0000 (13:58 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 17 May 2012 13:58:26 +0000 (13:58 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@3988 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/common_conditions.gypi

index cfb67ae..7f6fbd3 100644 (file)
@@ -86,7 +86,7 @@
             'cflags': ['-g']
           },
           'Release': {
-            'cflags': ['-O2'],
+            'cflags': ['-O3'],
             'defines': [ 'NDEBUG' ],
           },
         },