X-Git-Url: https://git.r.bdr.sh/rbdr/olden-mail/blobdiff_plain/0a65809e3255e91732f9918f0e4b2b8c6b1788fc..13bd0f04002b606336f99135f65bcf3bd388b1cc:/Cargo.toml?ds=sidebyside 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"]