mirror of
https://gitlab.com/signald/libraries/libsignal-client.git
synced 2024-12-04 11:36:37 +00:00
remove -C link-arg=-fuse-ld=lld from rustflags
This commit is contained in:
parent
a07b894fe7
commit
4a2ee2fd9c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue