X-Git-Url: https://git.r.bdr.sh/rbdr/olden-mail/blobdiff_plain/0a65809e3255e91732f9918f0e4b2b8c6b1788fc..e9df3e0598738e765f931e99ac1ce1878cfb4ff5:/Cargo.toml?ds=inline diff --git a/Cargo.toml b/Cargo.toml index 1205d33..7aa36fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,3 +33,7 @@ assets = [ [lints.clippy] pedantic = "warn" + +[target.aarch64-unknown-linux-gnu] +linker = "aarch64-linux-gnu-gcc" +rustflags = ["-C", "link-arg=-fuse-ld=lld"]