We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9639e00 commit 2bd3feeCopy full SHA for 2bd3fee
stdlib/cmake/modules/SwiftSource.cmake
@@ -628,7 +628,6 @@ function(_compile_swift_files
628
629
if (SWIFT_STDLIB_USE_FRAGILE_RESILIENT_PROTOCOL_WITNESS_TABLES)
630
list(APPEND swift_flags "-Xfrontend" "-enable-fragile-relative-protocol-tables")
631
- list(APPEND swift_flags "-enable-library-evolution")
632
endif()
633
634
if(SWIFT_STDLIB_DISABLE_INSTANTIATION_CACHES)
utils/build-presets.ini
@@ -2772,6 +2772,7 @@ swift-stdlib-lto=
2772
swift-enable-runtime-function-counters=0
2773
swift-stdlib-use-relative-protocol-witness-tables=1
2774
swift-stdlib-use-fragile-resilient-protocol-witness-tables=1
2775
+swift-stdlib-stable-abi=1
2776
2777
test
2778
validation-test
0 commit comments