diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..f56d3b7 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,7 @@ +[build] +rustflags = ["-C", "target-feature=+crt-static"] + +[profile.release] +strip = true +opt-level = "z" +lto = true