aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-04 19:42:51 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-04 19:42:51 +0000
commitbde506cf99a5ab2acec69d11066636b7430ac29c (patch)
treed863128ca462938a62b178611809bf37df56240a /gyp
parentcaac3db48f74676889006b5520b766b572b5e9b2 (diff)
Revert Skia to use -02.
There was no clear speed improvement and the increase in binary size was substantial. Committed: http://code.google.com/p/skia/source/detail?r=8492 Committed: https://code.google.com/p/skia/source/detail?r=8494 Review URL: https://codereview.chromium.org/13468010 git-svn-id: http://skia.googlecode.com/svn/trunk@8539 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/common_conditions.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 360fed7e4c..feb364fd2c 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -299,7 +299,7 @@
'cflags': ['-g']
},
'Release': {
- 'cflags': ['-O3'],
+ 'cflags': ['-O2'],
'defines': [ 'NDEBUG' ],
},
},