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 6e31045 commit 98b7dc0Copy full SHA for 98b7dc0
ci/run.sh
@@ -6,6 +6,9 @@ target="${1:-}"
6
7
export RUST_BACKTRACE="${RUST_BACKTRACE:-full}"
8
9
+# Make all linker warnings an error
10
+export RUSTFLAGS="${RUSTFLAGS:-} -Clink-arg=-Wl,--fatal-warnings"
11
+
12
if [ -z "$target" ]; then
13
host_target=$(rustc -vV | awk '/^host/ { print $2 }')
14
echo "Defaulted to host target $host_target"
0 commit comments