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

Unified Diff: build/config/compiler/BUILD.gn

Issue 1967103002: android: make exclude_unwind_tables depend only on is_official_build Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 0ae9cb050a36a34bdb61a35075d5584347a4264b..83ba5bb12b0cf16a9407b16359d9fd24ec0a862a 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -76,7 +76,7 @@ declare_args() {
# Omit unwind support in official builds to save space.
# We can use breakpad for these builds.
- exclude_unwind_tables = is_chrome_branded && is_official_build
+ exclude_unwind_tables = is_official_build
# If true, gold linker will save symbol table inside object files.
# This speeds up gdb startup by 60%
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698