diff --git a/Cargo.toml b/Cargo.toml index d767148..357edbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,7 @@ [workspace] members = ["crates/*"] resolver = "2" + +[profile.release] +codegen-units = 1 +lto = true