disable optimization in Mac debug build
git-svn-id: http://skia.googlecode.com/svn/trunk@1994 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
2c2508d2ed
commit
3448e9e134
@ -138,10 +138,9 @@
|
||||
],
|
||||
'configurations': {
|
||||
'Debug': {
|
||||
'cflags': ['-g']
|
||||
},
|
||||
'Release': {
|
||||
'cflags': ['-O2']
|
||||
'xcode_settings': {
|
||||
'GCC_OPTIMIZATION_LEVEL': '0',
|
||||
},
|
||||
},
|
||||
},
|
||||
'xcode_settings': {
|
||||
@ -157,10 +156,9 @@
|
||||
],
|
||||
'configurations': {
|
||||
'Debug': {
|
||||
'cflags': ['-g']
|
||||
},
|
||||
'Release': {
|
||||
'cflags': ['-O2']
|
||||
'xcode_settings': {
|
||||
'GCC_OPTIMIZATION_LEVEL': '0',
|
||||
},
|
||||
},
|
||||
},
|
||||
'xcode_settings': {
|
||||
|
Loading…
Reference in New Issue
Block a user