Make release builds using LTO (#396)
This commit is contained in:
parent
d2c05c0e48
commit
dffaef0832
@ -49,5 +49,9 @@ debug = 0
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 2
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
codegen-units = 1
|
||||
|
||||
[profile.release.package."typst-cli"]
|
||||
strip = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user