Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.6
-
None
-
-
c00b17de6 (dev), 9f3c74bfa (6.6), ba7528154 (6.5)
Description
Xcode 15 beta 8's ld, reports:
`ld: warning: -undefined error is deprecated`
based on us passing -Wl,-undefined,error via qt_internal_add_link_flags_no_undefined
Not sure if there's a replacement for this, or if we should just skip it.
Wl,-no-undefined did not work as a replacement.