Skip to content

Commit

Permalink
Add fast build config example
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Jan 21, 2020
1 parent 5975289 commit 3f5e46f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config_fast_builds
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang"
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]

0 comments on commit 3f5e46f

Please sign in to comment.