diff --git a/common.gypi b/common.gypi index 224498b4310ea8..2c061a7b0583e0 100644 --- a/common.gypi +++ b/common.gypi @@ -78,7 +78,7 @@ 'variables': { 'v8_enable_handle_zapping': 1, }, - 'defines': [ 'DEBUG', '_DEBUG' ], + 'defines': [ 'DEBUG', '_DEBUG', 'V8_ENABLE_CHECKS' ], 'cflags': [ '-g', '-O0' ], 'conditions': [ ['target_arch=="x64"', {