diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..09ed36a --- /dev/null +++ b/.cargo/config @@ -0,0 +1,7 @@ + +# Dramatically increases the link performance for the eventbus +[build] +rustflags = ["-C", "link-arg=-fuse-ld=lld"] + + +# vim: ft=cfg