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.
2 parents e1fe363 + 2bd3fee commit 7196c9cCopy full SHA for 7196c9c
stdlib/cmake/modules/SwiftSource.cmake
@@ -631,7 +631,6 @@ function(_compile_swift_files
631
632
if (SWIFT_STDLIB_USE_FRAGILE_RESILIENT_PROTOCOL_WITNESS_TABLES)
633
list(APPEND swift_flags "-Xfrontend" "-enable-fragile-relative-protocol-tables")
634
- list(APPEND swift_flags "-enable-library-evolution")
635
endif()
636
637
if(SWIFT_STDLIB_DISABLE_INSTANTIATION_CACHES)
utils/build-presets.ini
@@ -2761,6 +2761,7 @@ swift-stdlib-lto=
2761
swift-enable-runtime-function-counters=0
2762
swift-stdlib-use-relative-protocol-witness-tables=1
2763
swift-stdlib-use-fragile-resilient-protocol-witness-tables=1
2764
+swift-stdlib-stable-abi=1
2765
2766
test
2767
validation-test
0 commit comments