From feffc8243689a7ad52fb22ab9b61a246cc0cc0d5 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sun, 11 Aug 2024 19:14:36 -0500 Subject: [PATCH] Update run.sh --- ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run.sh b/ci/run.sh index 6cf37ad5..91f2d097 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -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"