Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index db5aface01944b2c5e542a1c4d575845a9d7c405..a5d397c448304c9b2acfe2b1a2162f4b1ef8e56e 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -23,7 +23,7 @@ declare_args() { |
# Use external files for startup data blobs: |
# the JS builtins sources and the start snapshot. |
- v8_use_external_startup_data = true |
+ v8_use_external_startup_data = !is_ios |
# Sets -DVERIFY_HEAP. |
v8_enable_verify_heap = false |