File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ cmake -G Ninja \
4343 -D CMAKE_CXX_COMPILER_FORCED=ON \
4444 -D CMAKE_Swift_FLAGS=" -sdk $WASI_SYSROOT_PATH -resource-dir $DESTINATION_TOOLCHAIN /usr/lib/swift_static $swift_extra_flags " \
4545 -D CMAKE_C_FLAGS=" -resource-dir $DESTINATION_TOOLCHAIN /usr/lib/swift_static/clang -B $LLVM_BIN_DIR $c_extra_flags " \
46- -D CMAKE_CXX_FLAGS=" -resource-dir $DESTINATION_TOOLCHAIN /usr/lib/swift_static/clang -B $LLVM_BIN_DIR $c_extra_flags " \
46+ -D CMAKE_CXX_FLAGS=" -fno-exceptions - resource-dir $DESTINATION_TOOLCHAIN /usr/lib/swift_static/clang -B $LLVM_BIN_DIR $c_extra_flags " \
4747 -D _SwiftCollections_SourceDIR=" $SOURCE_PATH /swift-collections" \
4848 -D _SwiftFoundation_SourceDIR=" $SOURCE_PATH /swift-foundation" \
4949 -D _SwiftFoundationICU_SourceDIR=" $SOURCE_PATH /swift-foundation-icu" \
You can’t perform that action at this time.
0 commit comments