diff --git a/Cargo.toml b/Cargo.toml index f12f906f0..f17cc1086 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,3 +48,6 @@ debug = 0 [profile.dev.package."*"] opt-level = 2 + +[profile.release.package."typst-cli"] +strip = true