Skip to content

Commit f95d881

Browse files
committed
fix(size-benchmark): revert to build-std-features= to strip backtrace, fix musl link
1 parent dd618ff commit f95d881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

size-benchmark/build-size-optimized.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUSTFLAGS="\
3535
" \
3636
cargo +nightly build \
3737
-Z build-std=std,panic_abort \
38-
-Z build-std-features=optimize_for_size \
38+
-Z build-std-features= \
3939
--target "$TARGET" \
4040
--profile release-size \
4141
-p size-benchmark \

0 commit comments

Comments
 (0)