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.42k stars 507 forks source link

Look into C++ standard library hardening #20709

Open rolfbjarne opened 2 weeks ago

rolfbjarne commented 2 weeks 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?