Commit b100f09
committed
Fix: restrict -ld_classic linker flag to Xcode 15.0.x only
-ld_classic was added as a workaround for weak symbol crash (114813650)
introduced by Xcode 15.0's new linker. This issue was resolved in
Xcode 15.1, and -ld_classic is deprecated in Xcode 16 and removed
in Xcode 26. Restricting the flag avoids build errors on newer Xcode
versions and allows use of the faster new linker.1 parent a625a42 commit b100f09
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3744 | 3744 | | |
3745 | 3745 | | |
3746 | 3746 | | |
3747 | | - | |
3748 | | - | |
3749 | | - | |
| 3747 | + | |
| 3748 | + | |
| 3749 | + | |
3750 | 3750 | | |
3751 | 3751 | | |
3752 | 3752 | | |
| |||
0 commit comments