aboutsummaryrefslogtreecommitdiff
path: root/gypfiles/features.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gypfiles/features.gypi')
-rw-r--r--gypfiles/features.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/gypfiles/features.gypi b/gypfiles/features.gypi
index 5a21a63e..0c4873c3 100644
--- a/gypfiles/features.gypi
+++ b/gypfiles/features.gypi
@@ -33,6 +33,8 @@
'v8_enable_gdbjit%': 0,
+ 'v8_enable_verify_csa%': 0,
+
'v8_object_print%': 0,
'v8_enable_verify_heap%': 0,
@@ -78,6 +80,9 @@
['v8_enable_gdbjit==1', {
'defines': ['ENABLE_GDB_JIT_INTERFACE',],
}],
+ ['v8_enable_verify_csa==1', {
+ 'defines': ['ENABLE_VERIFY_CSA',],
+ }],
['v8_object_print==1', {
'defines': ['OBJECT_PRINT',],
}],