We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple is deprecating -ld_classic. From Xcode 16's release notes (https://developer.apple.com/documentation/xcode-release-notes/xcode-16-release-notes):
-ld_classic
-ld_classic linker option is deprecated and will be removed in a future release.
We need to stop passing -ld_classic to the native linker, and figure out and fix why we currently can't.
The text was updated successfully, but these errors were encountered:
Ref: dotnet/runtime#97745
Sorry, something went wrong.
That's about NativeAOT, we also have problems with Mono. Still good link to have.
[dotnet] Change the usage of the classic linker to be opt-in.
7c70003
Fixes #20711.
[dotnet] Change the usage of the classic linker to be opt-in. (#21231)
f102a3b
Fixes #20711. Fixes #18693.
Fixed.
rolfbjarne
No branches or pull requests
Apple is deprecating
-ld_classic
. From Xcode 16's release notes (https://developer.apple.com/documentation/xcode-release-notes/xcode-16-release-notes):We need to stop passing -ld_classic to the native linker, and figure out and fix why we currently can't.
The text was updated successfully, but these errors were encountered: