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
This commit is contained in:
djsollen@google.com 2013-04-04 19:42:51 +00:00
parent caac3db48f
commit bde506cf99

View File

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