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 86a4c9f commit 8d81d46Copy full SHA for 8d81d46
stdlib/cmake/modules/SwiftSource.cmake
@@ -465,12 +465,6 @@ function(_compile_swift_files
465
endif()
466
467
468
- # The standard library and overlays are built with the Requirement Machine enabled.
469
- if(SWIFTFILE_IS_STDLIB)
470
- list(APPEND swift_flags "-Xfrontend" "-requirement-machine-protocol-signatures=verify")
471
- list(APPEND swift_flags "-Xfrontend" "-requirement-machine-abstract-signatures=verify")
472
- endif()
473
-
474
# The standard library and overlays are built resiliently when SWIFT_STDLIB_STABLE_ABI=On.
475
if(SWIFTFILE_IS_STDLIB AND SWIFT_STDLIB_STABLE_ABI)
476
list(APPEND swift_flags "-enable-library-evolution")
0 commit comments