build: disable NDEBUG in release builds for now

assert() sanity checks are a good thing.
This commit is contained in:
Ben Noordhuis 2012-01-20 16:00:25 +01:00
parent 4e5247772d
commit 6b5853794d

View File

@ -35,7 +35,7 @@
},
},
'Release': {
'defines': [ 'NDEBUG' ],
# 'defines': [ 'NDEBUG' ],
'cflags': [ '-O3', '-fomit-frame-pointer', '-fdata-sections', '-ffunction-sections' ],
'msvs_settings': {
'VCCLCompilerTool': {