diff --git a/red/Cargo.toml b/red/Cargo.toml index cda9790..9dcd781 100644 --- a/red/Cargo.toml +++ b/red/Cargo.toml @@ -42,5 +42,11 @@ tempfile = "3.10" assert_fs = "1.1" [profile.release] -lto = true +opt-level = 3 +debug = "none" +strip = "symbols" +debug-assertions = false +lto = "fat" +panic = "abort" +incremental = false codegen-units = 1