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

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

Issue 2873513003: Reland of Ensure that builders that use goma strip absolute paths by default. (Closed)
Patch Set: Created 3 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 | « no previous file | tools/mb/mb_config.pyl » ('j') | 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 6a495cc2a82b8b2500a5c7c0c5398b7389c8f0a3..2058a075da17a25022e2e1100d1f466e019d78b7 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -94,7 +94,9 @@
# branches)
optimize_for_fuzzing = false
- # Optimize symbol files for maximizing goma cache hit rate.
+ # Optimize symbol files for maximizing goma cache hit rate. This isn't
+ # on by default when goma is enabled because setting this to true may make
+ # it harder to debug binaries.
strip_absolute_paths_from_debug_symbols = false
}
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698