File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2573,7 +2573,7 @@ no-assertions
25732573# ===----------------------------------------------------------------------===#
25742574
25752575[preset: webassembly]
2576-
2576+ no-assertions
25772577release
25782578cmake-c-launcher =%(C_CXX_LAUNCHER)s
25792579cmake-cxx-launcher =%(C_CXX_LAUNCHER)s
@@ -2594,7 +2594,6 @@ extra-cmake-options=
25942594 -DSWIFT_ENABLE_SOURCEKIT_TESTS =FALSE
25952595 -DSWIFT_BUILD_SYNTAXPARSERLIB =FALSE
25962596
2597- swift-enable-assertions =false
25982597llbuild
25992598swiftpm
26002599indexstore-db
Original file line number Diff line number Diff line change 33DESTINATION_TOOLCHAIN=$1
44SOURCE_PATH=" $( cd " $( dirname $0 ) /../../.." && pwd) "
55
6- FOUNDATION_BUILD=" $SOURCE_PATH /target-build/Ninja-ReleaseAssert /foundation-wasi-wasm32"
6+ FOUNDATION_BUILD=" $SOURCE_PATH /target-build/Ninja-Release /foundation-wasi-wasm32"
77
88mkdir -p $FOUNDATION_BUILD
99cd $FOUNDATION_BUILD
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ TARGET_TOOLCHAIN_SDK=$TARGET_TOOLCHAIN_DESTDIR/$TOOLCHAIN_NAME
5656
5757HOST_BUILD_ROOT=$SOURCE_PATH /host-build
5858TARGET_BUILD_ROOT=$SOURCE_PATH /target-build
59- HOST_BUILD_DIR=$HOST_BUILD_ROOT /Ninja-ReleaseAssert
60- TARGET_BUILD_DIR=$TARGET_BUILD_ROOT /Ninja-ReleaseAssert
59+ HOST_BUILD_DIR=$HOST_BUILD_ROOT /Ninja-Release
60+ TARGET_BUILD_DIR=$TARGET_BUILD_ROOT /Ninja-Release
6161
6262# Avoid clang headers symlink issues
6363mkdir -p $HOST_TOOLCHAIN_SDK /usr/lib/clang/10.0.0
Original file line number Diff line number Diff line change 33DESTINATION_TOOLCHAIN=$1
44SOURCE_PATH=" $( cd " $( dirname $0 ) /../../.." && pwd) "
55
6- BUILD_DIR=" $SOURCE_PATH /target-build/Ninja-ReleaseAssert /xctest-wasi-wasm32"
6+ BUILD_DIR=" $SOURCE_PATH /target-build/Ninja-Release /xctest-wasi-wasm32"
77
88mkdir -p $BUILD_DIR
99cd $BUILD_DIR
Original file line number Diff line number Diff line change 2323
2424BUILD_SCRIPT=$UTILS_PATH /build-toolchain.sh
2525RUN_TEST_BIN=$SWIFT_PATH /utils/run-test
26- TARGET_BUILD_DIR=$SOURCE_PATH /target-build/Ninja-ReleaseAssert
26+ TARGET_BUILD_DIR=$SOURCE_PATH /target-build/Ninja-Release
2727
2828$DEPENDENCIES_SCRIPT
2929
You can’t perform that action at this time.
0 commit comments