diff --git a/Cargo.toml b/Cargo.toml index f6426d2..4b8e191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,7 @@ chrono = "0.4.38" tree-sitter-json = "0.21.0" tree-sitter = "0.22.6" urlencoding = "2.1.3" + +[profile.release] +lto = "fat" +codegen-units = 1