| 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",
|
| + ]
|
| } else {
|
| _linker_configs = []
|
| }
|
|
|