Index: Makefile |
diff --git a/Makefile b/Makefile |
index db6cf3b7da534a90d16e262b9c81601cc8dd4419..6f3c80b71e67de435605a3adbb02c26c159ed96d 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -145,10 +145,14 @@ ifeq ($(i18nsupport), off) |
GYPFLAGS += -Dv8_enable_i18n_support=0 |
TESTFLAGS += --noi18n |
endif |
-# deprecation_warnings=on |
+# deprecationwarnings=on |
ifeq ($(deprecationwarnings), on) |
GYPFLAGS += -Dv8_deprecation_warnings=1 |
endif |
+# imminentdeprecationwarnings=on |
+ifeq ($(imminentdeprecationwarnings), on) |
+ GYPFLAGS += -Dv8_imminent_deprecation_warnings=1 |
+endif |
# asan=on |
ifeq ($(asan), on) |
GYPFLAGS += -Dasan=1 -Dclang=1 |