File tree 5 files changed +6
-7
lines changed
5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2573,7 +2573,7 @@ no-assertions
2573
2573
# ===----------------------------------------------------------------------===#
2574
2574
2575
2575
[preset: webassembly]
2576
-
2576
+ no-assertions
2577
2577
release
2578
2578
cmake-c-launcher =%(C_CXX_LAUNCHER)s
2579
2579
cmake-cxx-launcher =%(C_CXX_LAUNCHER)s
@@ -2594,7 +2594,6 @@ extra-cmake-options=
2594
2594
-DSWIFT_ENABLE_SOURCEKIT_TESTS =FALSE
2595
2595
-DSWIFT_BUILD_SYNTAXPARSERLIB =FALSE
2596
2596
2597
- swift-enable-assertions =false
2598
2597
llbuild
2599
2598
swiftpm
2600
2599
indexstore-db
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 @@ -56,8 +56,8 @@ TARGET_TOOLCHAIN_SDK=$TARGET_TOOLCHAIN_DESTDIR/$TOOLCHAIN_NAME
56
56
57
57
HOST_BUILD_ROOT=$SOURCE_PATH /host-build
58
58
TARGET_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
61
61
62
62
# Avoid clang headers symlink issues
63
63
mkdir -p $HOST_TOOLCHAIN_SDK /usr/lib/clang/10.0.0
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 23
23
24
24
BUILD_SCRIPT=$UTILS_PATH /build-toolchain.sh
25
25
RUN_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
27
27
28
28
$DEPENDENCIES_SCRIPT
29
29
You can’t perform that action at this time.
0 commit comments