move Release build to -O3 (from -O2)

git-svn-id: http://skia.googlecode.com/svn/trunk@3988 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2012-05-17 13:58:26 +00:00
parent 803c67dbd7
commit ff793db2ef

View File

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