File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2434,7 +2434,7 @@ no-assertions
24342434# ===----------------------------------------------------------------------===#
24352435
24362436[preset: webassembly]
2437-
2437+ no-assertions
24382438release
24392439cmake-c-launcher =%(C_CXX_LAUNCHER)s
24402440cmake-cxx-launcher =%(C_CXX_LAUNCHER)s
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 @@ -57,8 +57,8 @@ TARGET_TOOLCHAIN_SDK=$TARGET_TOOLCHAIN_DESTDIR/$TOOLCHAIN_NAME
5757
5858HOST_BUILD_ROOT=$SOURCE_PATH /host-build
5959TARGET_BUILD_ROOT=$SOURCE_PATH /target-build
60- HOST_BUILD_DIR=$HOST_BUILD_ROOT /Ninja-ReleaseAssert
61- TARGET_BUILD_DIR=$TARGET_BUILD_ROOT /Ninja-ReleaseAssert
60+ HOST_BUILD_DIR=$HOST_BUILD_ROOT /Ninja-Release
61+ TARGET_BUILD_DIR=$TARGET_BUILD_ROOT /Ninja-Release
6262
6363build_host_toolchain () {
6464 # Avoid clang headers symlink issues
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 1313
1414BUILD_SCRIPT=$UTILS_PATH /build-toolchain.sh
1515RUN_TEST_BIN=$SWIFT_PATH /utils/run-test
16- TARGET_BUILD_DIR=$SOURCE_PATH /target-build/Ninja-ReleaseAssert
16+ TARGET_BUILD_DIR=$SOURCE_PATH /target-build/Ninja-Release
1717
1818$DEPENDENCIES_SCRIPT
1919
You can’t perform that action at this time.
0 commit comments