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

Unified Diff: BUILD.gn

Issue 2168593002: Don't hide V8 symbols in debug builds (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates 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') | gni/v8.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index af6e01d5cbf2670a204a2fd2710289908c887005..6c50e2c63933bdbb3265a6e79fe59edc476cbc7b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -31,9 +31,6 @@ 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') | gni/v8.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698