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:
parent
d66fe098f0
commit
c8e011c208
@ -306,7 +306,7 @@
|
||||
'cflags': ['-g']
|
||||
},
|
||||
'Release': {
|
||||
'cflags': ['-O2'],
|
||||
'cflags': ['-O3'],
|
||||
'defines': [ 'NDEBUG' ],
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user