feat: with mold

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-31 00:54:18 +02:00
parent 86664bc497
commit fd52a53a3c

3
.config/cargo.toml Normal file
View File

@@ -0,0 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]