mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Disable icf on linux
since latest zig-cc does not support it Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
d2c05492e0
commit
f6e25ecc42
1 changed files with 2 additions and 3 deletions
5
justfile
5
justfile
|
@ -115,13 +115,12 @@ rust-lld := "" #if use-cargo-zigbuild != "" {
|
|||
|
||||
# ICF: link-time identical code folding
|
||||
#
|
||||
# On windows it works out of the box and on linux it uses
|
||||
# rust-lld.
|
||||
# On windows it works out of the box.
|
||||
rustc-icf := if for-release != "" {
|
||||
if target-os == "windows" {
|
||||
" -C link-arg=-Wl,--icf=safe"
|
||||
} else if target-os == "linux" {
|
||||
" -C link-arg=-Wl,--icf=safe"
|
||||
""
|
||||
} else {
|
||||
""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue