Index: Makefile |
diff --git a/Makefile b/Makefile |
index db6cf3b7da534a90d16e262b9c81601cc8dd4419..deab053ce2f04406f83c73d1ebd469ec4a00922d 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -149,6 +149,10 @@ endif |
ifeq ($(deprecationwarnings), on) |
GYPFLAGS += -Dv8_deprecation_warnings=1 |
endif |
+# imminent_deprecation_warnings=on |
vogelheim
2015/05/21 09:17:09
spelling?
I take it the comment is meant to docum
|
+ifeq ($(imminent_deprecationwarnings), on) |
+ GYPFLAGS += -Dv8_imminent_deprecation_warnings=1 |
+endif |
# asan=on |
ifeq ($(asan), on) |
GYPFLAGS += -Dasan=1 -Dclang=1 |