File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
utils/swift_build_support/swift_build_support/products Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,12 @@ def build(self, host_target):
8181 # Build only static stdlib
8282 self .cmake_options .define ('SWIFT_BUILD_STATIC_STDLIB:BOOL' , 'TRUE' )
8383 self .cmake_options .define ('SWIFT_BUILD_DYNAMIC_STDLIB:BOOL' , 'FALSE' )
84+ self .cmake_options .define ('SWIFT_STDLIB_TRACING:BOOL' , 'FALSE' )
85+ self .cmake_options .define ('SWIFT_STDLIB_HAS_ASLR:BOOL' , 'FALSE' )
86+ self .cmake_options .define ('SWIFT_STDLIB_CONCURRENCY_TRACING:BOOL' , 'FALSE' )
87+ self .cmake_options .define (
88+ 'SWIFT_STDLIB_INSTALL_PARENT_MODULE_FOR_SHIMS:BOOL' , 'FALSE' )
89+ self .cmake_options .define ('SWIFT_RUNTIME_CRASH_REPORTER_CLIENT:BOOL' , 'FALSE' )
8490 self .cmake_options .define (
8591 'SWIFT_STDLIB_SINGLE_THREADED_CONCURRENCY:BOOL' , 'TRUE' )
8692 self .cmake_options .define ('SWIFT_ENABLE_DISPATCH:BOOL' , 'FALSE' )
You can’t perform that action at this time.
0 commit comments