diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..601a39b --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,9 @@ +[profile.small] +inherits = "release" +opt-level = "z" +codegen-units = 1 +lto = true + +[profile.extra-small] +inherits = "small" +panic = "abort"