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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 2157573002: [Mac/GN] Add a new linker_driver.py option to save unstripped linker output. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments 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 | build/config/mac/BUILD.gn » ('j') | build/config/mac/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index db070eb750cff1783ba40ad12a982b29dd9ea825..c2112b9195110b0d979ec74380ff287c604426d0 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -529,7 +529,10 @@ if (is_win) {
"//build/config/win:console",
]
} else if (is_mac) {
- _linker_configs = [ "//build/config/mac:strip_all" ]
+ _linker_configs = [
+ "//build/config/mac:strip_all",
+ "//build/config/mac:save_unstripped_output",
brettw 2016/07/18 17:53:00 The only reason anything needs to be in the defaul
Robert Sesek 2016/07/18 18:46:10 There are targets that opt out of strip_all becaus
+ ]
} else {
_linker_configs = []
}
« no previous file with comments | « no previous file | build/config/mac/BUILD.gn » ('j') | build/config/mac/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698