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 96ee57b + 7a80418 commit a225643Copy full SHA for a225643
utils/swift_build_support/swift_build_support/products/wasmstdlib.py
@@ -83,6 +83,7 @@ def build(self, host_target):
83
self.cmake_options.define('SWIFT_BUILD_DYNAMIC_STDLIB:BOOL', 'FALSE')
84
self.cmake_options.define(
85
'SWIFT_STDLIB_SINGLE_THREADED_CONCURRENCY:BOOL', 'TRUE')
86
+ self.cmake_options.define('SWIFT_ENABLE_DISPATCH:BOOL', 'FALSE')
87
self.cmake_options.define('SWIFT_THREADING_PACKAGE:STRING', 'none')
88
89
'SWIFT_STDLIB_SUPPORTS_BACKTRACE_REPORTING:BOOL', 'FALSE')
0 commit comments