Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 5a8cfbc6cf1185f26c20740eeec37e9a8abecd8f..58e6c38ee49823644590f8fe9e268b9cc950e079 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -18,7 +18,6 @@ v8_interpreted_regexp = false |
v8_object_print = false |
v8_postmortem_support = false |
v8_use_snapshot = true |
-v8_enable_extra_checks = is_debug |
v8_target_arch = cpu_arch |
v8_random_seed = "314159265" |
@@ -82,9 +81,6 @@ config("features") { |
if (v8_enable_i18n_support == true) { |
defines += [ "V8_I18N_SUPPORT" ] |
} |
- if (v8_enable_extra_checks == true) { |
- defines += [ "ENABLE_EXTRA_CHECKS" ] |
- } |
if (v8_enable_handle_zapping == true) { |
defines += [ "ENABLE_HANDLE_ZAPPING" ] |
} |