build: disable NDEBUG in release builds for now
assert() sanity checks are a good thing.
This commit is contained in:
parent
4e5247772d
commit
6b5853794d
@ -35,7 +35,7 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
'Release': {
|
'Release': {
|
||||||
'defines': [ 'NDEBUG' ],
|
# 'defines': [ 'NDEBUG' ],
|
||||||
'cflags': [ '-O3', '-fomit-frame-pointer', '-fdata-sections', '-ffunction-sections' ],
|
'cflags': [ '-O3', '-fomit-frame-pointer', '-fdata-sections', '-ffunction-sections' ],
|
||||||
'msvs_settings': {
|
'msvs_settings': {
|
||||||
'VCCLCompilerTool': {
|
'VCCLCompilerTool': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user