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 89f7a82 + 5f2b002 commit 6d85ef5Copy full SHA for 6d85ef5
utils/swift_build_support/swift_build_support/products/swift_testing.py
@@ -112,6 +112,8 @@ def build(self, host_target):
112
113
self.cmake_options.define('CMAKE_BUILD_TYPE', self.args.build_variant)
114
115
+ self.cmake_options.define('CMAKE_Swift_COMPILATION_MODE', 'wholemodule')
116
+
117
# FIXME: If we build macros for the builder, specify the path.
118
self.cmake_options.define('SwiftTesting_MACRO', 'NO')
119
0 commit comments