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.
-disallow-use-new-driver
1 parent b143227 commit d719eafCopy full SHA for d719eaf
Sources/Core/CMakeLists.txt
@@ -29,6 +29,7 @@ set_target_properties(swiftCore PROPERTIES
29
Swift_MODULE_NAME Swift)
30
target_compile_options(swiftCore PRIVATE
31
-parse-stdlib
32
+ -disallow-use-new-driver
33
"SHELL:-Xfrontend -enable-resilience")
34
target_link_libraries(swiftCore PRIVATE
35
swiftRuntime)
Sources/Onone/CMakeLists.txt
@@ -11,6 +11,7 @@ set_target_properties(swiftOnoneSupport PROPERTIES
11
Swift_MODULE_NAME SwiftOnoneSupport)
12
target_compile_options(swiftOnoneSupport PRIVATE
13
14
15
16
target_link_libraries(swiftOnoneSupport PUBLIC
17
swiftCore)
0 commit comments