diff --git a/.cargo/config_fast_builds b/.cargo/config_fast_builds new file mode 100644 index 0000000000..2c06ff3d43 --- /dev/null +++ b/.cargo/config_fast_builds @@ -0,0 +1,3 @@ +[target.x86_64-unknown-linux-gnu] +linker = "/usr/bin/clang" +rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"] \ No newline at end of file