diff --git a/.cargo/config.toml b/.cargo/config.toml index 8b662bc..8ab91a2 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,6 @@ [registries.strafesnet] -index = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/" \ No newline at end of file +index = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/" + +[target.x86_64-unknown-linux-gnu] +linker = "clang" +rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]