diff --git a/Cargo.toml b/Cargo.toml index ea5fecc..514f571 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,10 @@ pico-args = "0.5.0" toml = "0.7.5" [profile.release] +opt-level = 's' +codegen-units = 1 +debug = false +lto = true +panic = "abort" strip = "debuginfo"