aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-02 18:14:21 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-02 18:14:21 +0000
commit534cb63cb5acb791178666abb4d9793c284ef3ce (patch)
tree6feafc5d8a202cb92868abb4d24bbc5e62e5d748
parent90c240aca0c0f4cd71bbde11f20c7949b2a37c1e (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 Review URL: https://codereview.chromium.org/13468010 git-svn-id: http://skia.googlecode.com/svn/trunk@8494 2bbb7eff-a529-9590-31e7-b0007b416f81
-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 feb364fd2c..360fed7e4c 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -299,7 +299,7 @@
'cflags': ['-g']
},
'Release': {
- 'cflags': ['-O2'],
+ 'cflags': ['-O3'],
'defines': [ 'NDEBUG' ],
},
},