summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-01-20 16:00:25 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2012-01-20 16:00:27 +0100
commit6b5853794d77094f960795cacf21d37841f1a890 (patch)
tree69349d9bb5dafa1a08c67f13c285d0d2d95b28af /common.gypi
parent4e5247772da5293a109dfff78a9eff89eb5eabdf (diff)
downloadandroid-node-v8-6b5853794d77094f960795cacf21d37841f1a890.tar.gz
android-node-v8-6b5853794d77094f960795cacf21d37841f1a890.tar.bz2
android-node-v8-6b5853794d77094f960795cacf21d37841f1a890.zip
build: disable NDEBUG in release builds for now
assert() sanity checks are a good thing.
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index b250fe29e1..739a95b9f9 100644
--- a/common.gypi
+++ b/common.gypi
@@ -35,7 +35,7 @@
},
},
'Release': {
- 'defines': [ 'NDEBUG' ],
+ # 'defines': [ 'NDEBUG' ],
'cflags': [ '-O3', '-fomit-frame-pointer', '-fdata-sections', '-ffunction-sections' ],
'msvs_settings': {
'VCCLCompilerTool': {