otto/.cargo/config

8 lines
132 B
Plaintext

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