From b14da886d6468039add019de33db7c4d4e538f71 Mon Sep 17 00:00:00 2001 From: Gilad Chase Date: Tue, 10 Dec 2024 15:51:06 +0200 Subject: [PATCH] test 2 --- .cargo/config.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index a3e278af08..7ef7a3c78f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -9,7 +9,5 @@ TABLEGEN_190_PREFIX = "/usr/lib/llvm-19/" # https://nnethercote.github.io/perf-book/build-configuration.html#linking. # TODO: remove this once `rust` stabilizes `lld` as the default linker, currently only on nightly: # https://github.com/rust-lang/rust/issues/39915#issuecomment-618726211 -[target.x86_64-unknown-linux-gnu] -rustflags = ["-Clink-arg=-fuse-ld=lld"] -[target.stable-x86_64-unknown-linux-gnu] +[target.'cfg(all(target_arch = "x86_64", target_os = "linux"))'] rustflags = ["-Clink-arg=-fuse-ld=lld"]