Revert Skia to use -02.

There was no clear speed improvement and the
increase in binary size was substantial.


Author: djsollen@google.com

Reviewed By: borenet@google.com

Review URL: https://chromiumcodereview.appspot.com/13468010

git-svn-id: http://skia.googlecode.com/svn/trunk@8492 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2013-04-02 17:36:30 +00:00
parent eb6a41d600
commit af3b510432

View File

@ -299,7 +299,7 @@
'cflags': ['-g']
},
'Release': {
'cflags': ['-O3'],
'cflags': ['-O2'],
'defines': [ 'NDEBUG' ],
},
},