diff --git a/common.gypi b/common.gypi index b250fe29e19..739a95b9f9c 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': {