diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..d35821d --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,6 @@ +[target.x86_64-apple-darwin] +rustflags = [ "-C", "linker=c++" ] + +[target.aarch64-apple-darwin] +rustflags = [ "-C", "linker=c++" ] +