Add fast build config example

This commit is contained in:
Carter Anderson 2020-01-21 03:11:16 -08:00
parent 5975289f4c
commit 3f5e46f679

View file

@ -0,0 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang"
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]