Index: gni/v8.gni |
diff --git a/gni/v8.gni b/gni/v8.gni |
index 5aac4e333a26feae5cb10c2551f8f24b3a260f6d..7ff7f6fb89ac3634a2c7ff64030805582d8c8fb9 100644 |
--- a/gni/v8.gni |
+++ b/gni/v8.gni |
@@ -63,7 +63,7 @@ if (is_debug && !v8_optimized_debug) { |
# TODO(crbug.com/621335) Rework this so that we don't have the confusion |
# between "optimize_speed" and "optimize_max". |
- if (is_posix && !is_android && !is_nacl && !using_sanitizer) { |
+ if (is_posix && !is_android && !using_sanitizer) { |
v8_add_configs += [ "//build/config/compiler:optimize_speed" ] |
} else { |
v8_add_configs += [ "//build/config/compiler:optimize_max" ] |