Skip to content

Commit 0a3d6d0

Browse files
committed
[build]: build libstd with panic-abort instead of panic-unwind
1 parent f526131 commit 0a3d6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export RUST_COMPILER_RT_ROOT="$(pwd)/src/llvm-project/compiler-rt"
1616

1717
cargo build --target x86_64-unknown-safaos -Zbinary-dep-depinfo \
1818
--release \
19-
--features "panic-unwind compiler-builtins-c compiler-builtins-mem" \
19+
--features "compiler-builtins-c compiler-builtins-mem" \
2020
--manifest-path "library/sysroot/Cargo.toml"
2121

2222
rm -f $TARGET_DIR_LIB/*.rlib

0 commit comments

Comments
 (0)