diff options
| author | arctic-penguin <103587359+arctic-penguin@users.noreply.github.com> | 2023-03-24 09:08:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-24 09:08:58 +0100 |
| commit | 88e1134eec1cff84f9789120de8b68095776e972 (patch) | |
| tree | ba951973c510a5bac2cba318b482c86d92789596 /Cargo.toml | |
| parent | e0699ce4f32732f3521cbd3efa96aaf6bcfc693a (diff) | |
strip cli target (#143)
Stripping `typst-cli` reduces the file size from 24 MB to 18 MB.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,3 +48,6 @@ debug = 0 [profile.dev.package."*"] opt-level = 2 + +[profile.release.package."typst-cli"] +strip = true |
