mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
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."*"]
|
[profile.dev.package."*"]
|
||||||
opt-level = 2
|
opt-level = 2
|
||||||
|
|
||||||
|
[profile.release.package."typst-cli"]
|
||||||
|
strip = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user