diff --git a/Cargo.toml b/Cargo.toml index 796af3c..a5364d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,10 @@ edition = "2024" [dependencies] rand = "0.8.5" +[profile.release] +lto = true +codegen-units = 1 +opt-level = "z" +panic = "abort" +strip = "symbols" +