Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: disable NDEBUG in release builds for now
Browse files Browse the repository at this point in the history
assert() sanity checks are a good thing.
  • Loading branch information
bnoordhuis committed Jan 20, 2012
1 parent 4e52477 commit 6b58537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gypi
Expand Up @@ -35,7 +35,7 @@
},
},
'Release': {
'defines': [ 'NDEBUG' ],
# 'defines': [ 'NDEBUG' ],
'cflags': [ '-O3', '-fomit-frame-pointer', '-fdata-sections', '-ffunction-sections' ],
'msvs_settings': {
'VCCLCompilerTool': {
Expand Down

0 comments on commit 6b58537

Please sign in to comment.