diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..c8c381d --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,4 @@ +[target.aarch64-apple-darwin] +rustflags = [ + "-C", "link-arg=-fuse-ld=lld", +]