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

Unified Diff: gni/v8.gni

Issue 2167723004: Enable v8 backtrace support in all debug builds (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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: gni/v8.gni
diff --git a/gni/v8.gni b/gni/v8.gni
index 5aac4e333a26feae5cb10c2551f8f24b3a260f6d..f4ab34bba1bb3e24c69ab2ada06e4cf80f43aab8 100644
--- a/gni/v8.gni
+++ b/gni/v8.gni
@@ -35,7 +35,7 @@ if (v8_use_external_startup_data == "") {
}
if (v8_enable_backtrace == "") {
- v8_enable_backtrace = is_debug && !v8_optimized_debug
+ v8_enable_backtrace = is_debug
}
###############################################################################
« 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