diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-14 18:47:39 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-14 18:47:39 +0100 |
commit | 40c2891ccd144b08b06a2d0036317e533c982927 (patch) | |
tree | 2b3e90d85f9b6e88e724d40d525a212dce1093d9 /.cargo/config.toml | |
parent | 39ac034de55c7040b61a08ecb95c58afa983501c (diff) | |
download | garage-naersk.tar.gz garage-naersk.zip |
wip use naersk but doesn't split build in many derivationsnaersk
Diffstat (limited to '.cargo/config.toml')
-rw-r--r-- | .cargo/config.toml | 3 |
1 files changed, 0 insertions, 3 deletions
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"] |