diff --git a/justfile b/justfile index f4590818..e9cb9f53 100644 --- a/justfile +++ b/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 { "" }