xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.47k stars 514 forks source link

Look into C++ standard library hardening #20709

Closed rolfbjarne closed 1 month ago

rolfbjarne commented 4 months ago

Ref: https://developer.apple.com/xcode/cpp/#library-hardening

Maybe we should enable “Yes (fast)” for release builds and “Yes (debug)” for debug builds?

rolfbjarne commented 1 month ago

This has been implemented.