mirror of https://github.com/stelzo/typst.git
strip cli target (#143)
Stripping `typst-cli` reduces the file size from 24 MB to 18 MB.
This commit is contained in:
parent
e0699ce4f3
commit
88e1134eec
|
|
@ -48,3 +48,6 @@ debug = 0
|
|||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 2
|
||||
|
||||
[profile.release.package."typst-cli"]
|
||||
strip = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue