diff --git a/Cargo.toml b/Cargo.toml index a455416..879ac22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,8 @@ htmlescape = "0.3" [patch.crates-io] actix = { git = "https://github.com/actix/actix.git" } + +[profile.release] +#opt-level = 's' +lto = true +panic = 'abort'