diff --git a/Cargo.toml b/Cargo.toml index ef25f3842..50bc4b967 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,3 +79,7 @@ default = [] bench = ["criterion"] vendored-openssl = ["git2/vendored-openssl", "jj-lib/vendored-openssl"] watchman = ["jj-lib/watchman"] + +[profile.release] +strip = "debuginfo" +codegen-units = 1