Skip to content

[Wasm] Build compiler with assertions #4401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion utils/webassembly/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ enable-experimental-differentiable-programming=1
[preset: webassembly-install]

release
no-assertions
install-swift
install-destdir=%(INSTALL_DESTDIR)s
swift-install-components=autolink-driver;compiler;clang-resource-dir-symlink;stdlib;sdk-overlay;parser-lib;editor-integration;tools;testsuite-tools;toolchain-tools;license;sourcekit-inproc;swift-remote-mirror;swift-remote-mirror-headers
Expand Down
2 changes: 1 addition & 1 deletion utils/webassembly/build-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ DIST_TOOLCHAIN_SDK=$DIST_TOOLCHAIN_DESTDIR/$TOOLCHAIN_NAME

HOST_BUILD_ROOT=$SOURCE_PATH/host-build
TARGET_BUILD_ROOT=$SOURCE_PATH/target-build
HOST_BUILD_DIR=$HOST_BUILD_ROOT/Ninja-Release
HOST_BUILD_DIR=$HOST_BUILD_ROOT/Ninja-ReleaseAssert

build_host_toolchain() {
# Build the host toolchain and SDK first.
Expand Down