diff --git a/example/test.sh b/example/test.sh index 8d803d1..4038a2b 100755 --- a/example/test.sh +++ b/example/test.sh @@ -1,6 +1,9 @@ #!/bin/sh -ve export RUST_BACKTRACE=full +# HACK: temporary fix, see https://github.com/rust-lang/rust/issues/53945#issuecomment-426824324 +export RUSTFLAGS="-Clink-arg=-fuse-ld=gold" + cargo clean cargo update