diff --git a/Cargo.toml b/Cargo.toml index 2f80a3fe4..a223f9005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,8 @@ edition = "2021" [profile.release] overflow-checks = true +lto = true +codegen-units = 1 [package] name = "fish"