| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index db070eb750cff1783ba40ad12a982b29dd9ea825..3dc76fcf35978dce083c4287686960d3d79bdb8f 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -528,7 +528,7 @@ if (is_win) {
|
| # that shouldn't use the windows subsystem.
|
| "//build/config/win:console",
|
| ]
|
| -} else if (is_mac) {
|
| +} else if (is_mac || is_ios) {
|
| _linker_configs = [ "//build/config/mac:strip_all" ]
|
| } else {
|
| _linker_configs = []
|
|
|