mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix release builds on iOS
This commit is contained in:
parent
2f26ca2123
commit
ee46f41da1
@ -1113,7 +1113,7 @@ if (is_win) {
|
||||
}
|
||||
}
|
||||
|
||||
if (is_mac) {
|
||||
if (is_mac || is_ios) {
|
||||
if (symbol_level == 2) {
|
||||
# Mac dead code stripping requires symbols.
|
||||
common_optimize_on_ldflags += [ "-Wl,-dead_strip" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user