From 2e96e6067e9cfefc73c2b07a03ef96edce69f564 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Tue, 18 Jun 2024 21:52:57 +1000 Subject: [PATCH] Disable lld again Signed-off-by: Jiahao XU --- justfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/justfile b/justfile index 621c4a4a..aa60dfd0 100644 --- a/justfile +++ b/justfile @@ -131,11 +131,11 @@ rustc-miropt := "" # if for-release != "" { " -Z mir-opt-level=4" } else { "" } # # If cargo-zigbuild is used, then it will provide the lld linker. # This option is disabled on windows since it not supported. -rust-lld := if use-cargo-zigbuild != "" { - "" -} else { - " -C link-arg=-fuse-ld=lld" -} +rust-lld := "" #if use-cargo-zigbuild != "" { +#"" +#} else { +#" -C link-arg=-fuse-ld=lld" +#} # ICF: link-time identical code folding #