aboutsummaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
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': {