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