From bde506cf99a5ab2acec69d11066636b7430ac29c Mon Sep 17 00:00:00 2001 From: "djsollen@google.com" Date: Thu, 4 Apr 2013 19:42:51 +0000 Subject: 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 --- gyp/common_conditions.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gyp') 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' ], }, }, -- cgit v1.2.3