diff --git a/Cargo.toml b/Cargo.toml index a0725b0..2deb827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,9 @@ walkdir = "2" [dev-dependencies] tempfile = "3" + +[profile.release] +opt-level = 3 +strip = true +lto = true +codegen-units = 1