strip cli target (#143)

Stripping `typst-cli` reduces the file size from 24 MB to 18 MB.
This commit is contained in:
arctic-penguin 2023-03-24 09:08:58 +01:00 committed by GitHub
parent e0699ce4f3
commit 88e1134eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,3 +48,6 @@ debug = 0
[profile.dev.package."*"]
opt-level = 2
[profile.release.package."typst-cli"]
strip = true