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
2434
2434
# ===----------------------------------------------------------------------===#
2435
2435
2436
2436
[preset: webassembly]
2437
-
2437
+ no-assertions
2438
2438
release
2439
2439
cmake-c-launcher =%(C_CXX_LAUNCHER)s
2440
2440
cmake-cxx-launcher =%(C_CXX_LAUNCHER)s
Original file line number Diff line number Diff line change 3
3
DESTINATION_TOOLCHAIN=$1
4
4
SOURCE_PATH=" $( cd " $( dirname $0 ) /../../.." && pwd) "
5
5
6
- FOUNDATION_BUILD=" $SOURCE_PATH /target-build/Ninja-ReleaseAssert /foundation-wasi-wasm32"
6
+ FOUNDATION_BUILD=" $SOURCE_PATH /target-build/Ninja-Release /foundation-wasi-wasm32"
7
7
8
8
mkdir -p $FOUNDATION_BUILD
9
9
cd $FOUNDATION_BUILD
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ TARGET_TOOLCHAIN_SDK=$TARGET_TOOLCHAIN_DESTDIR/$TOOLCHAIN_NAME
57
57
58
58
HOST_BUILD_ROOT=$SOURCE_PATH /host-build
59
59
TARGET_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
62
62
63
63
build_host_toolchain () {
64
64
# Avoid clang headers symlink issues
Original file line number Diff line number Diff line change 3
3
DESTINATION_TOOLCHAIN=$1
4
4
SOURCE_PATH=" $( cd " $( dirname $0 ) /../../.." && pwd) "
5
5
6
- BUILD_DIR=" $SOURCE_PATH /target-build/Ninja-ReleaseAssert /xctest-wasi-wasm32"
6
+ BUILD_DIR=" $SOURCE_PATH /target-build/Ninja-Release /xctest-wasi-wasm32"
7
7
8
8
mkdir -p $BUILD_DIR
9
9
cd $BUILD_DIR
Original file line number Diff line number Diff line change 13
13
14
14
BUILD_SCRIPT=$UTILS_PATH /build-toolchain.sh
15
15
RUN_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
17
17
18
18
$DEPENDENCIES_SCRIPT
19
19
You can’t perform that action at this time.
0 commit comments