Browse Source

build: disable NDEBUG in release builds for now

assert() sanity checks are a good thing.
v0.7.4-release
Ben Noordhuis 13 years ago
parent
commit
6b5853794d
  1. 2
      common.gypi

2
common.gypi

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

Loading…
Cancel
Save