diff --git a/Cargo.toml b/Cargo.toml index f768a7b..34b6347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,12 @@ edition = "2021" pico-args = "0.5.0" tera = "1.19.0" toml = "0.7.6" + +[profile.release] +opt-level = "s" +lto = true +debug = false +codegen-units = 1 +panic = "abort" +strip = "debuginfo" +