Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1322)

Unified Diff: build_overrides/v8.gni

Issue 1880693003: Port v8_optimized_debug to gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/v8.gni
diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni
index e50a6a2d894934d966ae997e87f45718dbb5a787..9e608c986e870d3ee28c11ad06d08e03530137d2 100644
--- a/build_overrides/v8.gni
+++ b/build_overrides/v8.gni
@@ -14,6 +14,9 @@ enable_correct_v8_arch = false
# iOS - http://crbug.com/545676
v8_use_external_startup_data = !is_ios
+# Turns on compiler optimizations in V8 in Debug build.
+v8_optimized_debug = true
+
# V8 extras
# Adding V8 extras files requires API owners review
# Be sure to synchronize with build/common.gypi
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698