diff --git a/Cargo.toml b/Cargo.toml index ba9b5f4..b8eae45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,10 @@ edition = "2021" [dependencies] argh = "0.1.12" + +[profile.release] +opt-level = 's' +lto = true +codegen-units = 1 +panic = 'abort' +strip = true