diff --git a/Cargo.toml b/Cargo.toml index 207006a..170addf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,3 +62,9 @@ text_image = [] [dev-dependencies] criterion = "0.5.1" + +[profile.release] +panic = "abort" +strip = "symbols" +lto = true +codegen-units = 1