diff --git a/Cargo.toml b/Cargo.toml index 886114d..db58f06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,3 +15,10 @@ byteorder = "1.5" integer-encoding = "4.0" rayon = "1.10" thiserror = "1.0" + +[profile.production] +inherits = "release" +lto = true +strip = true +codegen-units = 1 +panic = "abort"