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': {
|
||||
'defines': [ 'NDEBUG' ],
|
||||
# 'defines': [ 'NDEBUG' ],
|
||||
'cflags': [ '-O3', '-fomit-frame-pointer', '-fdata-sections', '-ffunction-sections' ],
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user