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

Unified Diff: BUILD.gn

Issue 2170393003: Revert "Don't hide V8 symbols in 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 | gni/v8.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 187b4023e4168078187c3af9e12f2460ee4db579..54984dffc98e5943e7f9aa0e3d329bf0440e6ad9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -31,6 +31,9 @@ declare_args() {
# Embeds the given script into the snapshot.
v8_embed_script = ""
+ # Support for backtrace_symbols on linux.
+ v8_enable_backtrace = false
+
# Sets -dENABLE_DISASSEMBLER.
v8_enable_disassembler = false
« no previous file with comments | « no previous file | gni/v8.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698