diff --git a/Cargo.toml b/Cargo.toml index 9cf7516..d9600af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,6 @@ shellwords = "1" [profile.release] lto = true opt-level = "z" +strip = true +codegen-units = 1 +panic = "abort"