From 6b5853794d77094f960795cacf21d37841f1a890 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 20 Jan 2012 16:00:25 +0100 Subject: [PATCH] build: disable NDEBUG in release builds for now assert() sanity checks are a good thing. --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index b250fe2..739a95b 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': { -- 2.7.4