Update Android Release build to use -O3.

Author: djsollen@google.com

Reviewed By: borenet@google.com

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

git-svn-id: http://skia.googlecode.com/svn/trunk@8153 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2013-03-14 13:58:40 +00:00
parent d66fe098f0
commit c8e011c208

View File

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