diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..134419d --- /dev/null +++ b/.cargo/config @@ -0,0 +1,9 @@ +[target.x86_64-apple-darwin] +rustflags = [ + "-C", + "link-arg=-pagezero_size 10000", + +] + +# "-C", +# "link-arg=-image_base 100000000", \ No newline at end of file