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):
81
81
# Build only static stdlib
82
82
self .cmake_options .define ('SWIFT_BUILD_STATIC_STDLIB:BOOL' , 'TRUE' )
83
83
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' )
84
90
self .cmake_options .define (
85
91
'SWIFT_STDLIB_SINGLE_THREADED_CONCURRENCY:BOOL' , 'TRUE' )
86
92
self .cmake_options .define ('SWIFT_ENABLE_DISPATCH:BOOL' , 'FALSE' )
You can’t perform that action at this time.
0 commit comments