Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 28, 2023
1 parent fd9c465 commit f4aad8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ case "${target}" in
release=(--release)
build_std+=(-Z build-std-features=llvm-libunwind)
test_features="std"
export RUSTFLAGS="${RUSTFLAGS:-} -C link-args=-lclang_rt.builtins-hexagon -C opt-level=s"
export RUSTDOCFLAGS="${RUSTDOCFLAGS:-} -C link-args=-lclang_rt.builtins-hexagon -C opt-level=s"
export RUSTFLAGS="${RUSTFLAGS:-} -C link-args=-lclang_rt.builtins-hexagon -C opt-level=z"
export RUSTDOCFLAGS="${RUSTDOCFLAGS:-} -C link-args=-lclang_rt.builtins-hexagon -C opt-level=z"
;;
esac
args+=(--features "${test_features}")
Expand Down

0 comments on commit f4aad8e

Please sign in to comment.