Add a custom .cargo/config to improve the link performance a bit

Thanks to the folks in ##rust on Freenode for helping tinker around with this
😸
This commit is contained in:
R Tyler Croy 2020-01-05 14:01:37 -08:00
parent e67165f10b
commit 6a1f3636c8
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
1 changed files with 7 additions and 0 deletions

7
.cargo/config Normal file
View File

@ -0,0 +1,7 @@
# Dramatically increases the link performance for the eventbus
[build]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
# vim: ft=cfg