From 40c2891ccd144b08b06a2d0036317e533c982927 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 14 Jan 2025 18:47:39 +0100 Subject: wip use naersk but doesn't split build in many derivations --- .cargo/config.toml | 3 --- .cargo/config.toml.old | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .cargo/config.toml create mode 100644 .cargo/config.toml.old (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index d29d6c33..00000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,3 +0,0 @@ -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=mold"] diff --git a/.cargo/config.toml.old b/.cargo/config.toml.old new file mode 100644 index 00000000..d29d6c33 --- /dev/null +++ b/.cargo/config.toml.old @@ -0,0 +1,3 @@ +[target.x86_64-unknown-linux-gnu] +linker = "clang" +rustflags = ["-C", "link-arg=-fuse-ld=mold"] -- cgit v1.2.3