Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 authored Aug 12, 2024
1 parent 2f305c0 commit feffc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
if [[ "$target" == *"-apple-"* || "$target" == "thumb"* ]]; then
extra_rustflags=""
else
extra_rustflags=" -Clink-arg=--fatal-warnings"
extra_rustflags=" -Clink-arg=-Wl,--fatal-warnings"
fi

export RUSTFLAGS="${RUSTFLAGS:-}$extra_rustflags"
Expand Down

0 comments on commit feffc82

Please sign in to comment.