Index: src/d8.gyp |
diff --git a/src/d8.gyp b/src/d8.gyp |
index 097abc04652fc39de72fc094ea08c5c2c670efdf..1e6e2c359c186e1274e7c70b6e30391f7a1f7b0a 100644 |
--- a/src/d8.gyp |
+++ b/src/d8.gyp |
@@ -33,6 +33,12 @@ |
'v8_enable_vtunejit%': 0, |
'v8_enable_i18n_support%': 1, |
}, |
+ 'target_defaults': { |
+ 'variables': { |
+ # TODO(jochen): enable warnings. |
+ 'v8_deprecation_warnings': 0, |
+ }, |
+ }, |
'includes': ['../build/toolchain.gypi', '../build/features.gypi'], |
'targets': [ |
{ |