Skip to content

Xcode: Suppress default Objective C/C++ flag -fobjc-link-runtime

Brad King requested to merge brad.king/cmake:xcode-objc into master

Xcode projects add this link flag by default for Objective C/C++. That is not consistent with the Makefile and Ninja generator behavior. Tell Xcode not to add this flag. Project code can add it if needed and it will then be used for all generators.

Fixes: #19990
Backport: release

Merge request reports