diff --git a/rustflags.sh b/rustflags.sh index 01bcec1..214fe01 100755 --- a/rustflags.sh +++ b/rustflags.sh @@ -1,5 +1,5 @@ #!/bin/bash -flags="-C link-arg=-s -C link-arg=-fuse-ld=lld" +flags="-C link-arg=-s" if [[ "${TARGET}" == *musl ]]; then flags="${flags} -C target-feature=-crt-static"