We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f305c0 commit feffc82Copy full SHA for feffc82
ci/run.sh
@@ -23,7 +23,7 @@ fi
23
if [[ "$target" == *"-apple-"* || "$target" == "thumb"* ]]; then
24
extra_rustflags=""
25
else
26
- extra_rustflags=" -Clink-arg=--fatal-warnings"
+ extra_rustflags=" -Clink-arg=-Wl,--fatal-warnings"
27
fi
28
29
export RUSTFLAGS="${RUSTFLAGS:-}$extra_rustflags"
0 commit comments