1
0
mirror of https://github.com/nitnelave/lldap.git synced 2023-04-12 14:25:13 +00:00

build: Enable linking with lld

This commit is contained in:
Valentin Tolmer 2021-10-24 18:28:44 +09:00 committed by nitnelave
parent d423c64d57
commit 63f4bf95d2

2
config.toml Normal file
View File

@ -0,0 +1,2 @@
[build]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]