Commit a845d3e5 authored by vogelheim's avatar vogelheim Committed by Commit bot

Default-enable external startup snapshot for more types of builds.

BUG=

Review URL: https://codereview.chromium.org/1205843005

Cr-Commit-Position: refs/heads/master@{#29325}
parent ce0431d6
......@@ -204,7 +204,7 @@
# the C++ standard library is used.
'use_custom_libcxx%': 1,
}],
['OS=="linux" and v8_target_arch==host_arch', {
['OS=="linux"', {
# Gradually roll out v8_use_external_startup_data.
# Should eventually be default enabled on all platforms.
'v8_use_external_startup_data%': 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment