summaryrefslogtreecommitdiff
path: root/deps/v8/gypfiles/features.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/gypfiles/features.gypi')
-rw-r--r--deps/v8/gypfiles/features.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/gypfiles/features.gypi b/deps/v8/gypfiles/features.gypi
index 855a7a5d2f..7e5af8883a 100644
--- a/deps/v8/gypfiles/features.gypi
+++ b/deps/v8/gypfiles/features.gypi
@@ -164,9 +164,13 @@
}],
['v8_deprecation_warnings==1', {
'defines': ['V8_DEPRECATION_WARNINGS',],
+ },{
+ 'defines!': ['V8_DEPRECATION_WARNINGS',],
}],
['v8_imminent_deprecation_warnings==1', {
'defines': ['V8_IMMINENT_DEPRECATION_WARNINGS',],
+ },{
+ 'defines!': ['V8_IMMINENT_DEPRECATION_WARNINGS',],
}],
['v8_enable_i18n_support==1', {
'defines': ['V8_INTL_SUPPORT',],