[fontations] Enable lto

Makes library size shrink by half, as well as remove all the cruft
from the public symbol list.
This commit is contained in:
Behdad Esfahbod 2025-03-07 17:45:31 -07:00
parent 4e5358a288
commit 52ad51382a

View file

@ -11,6 +11,9 @@ name = "harfbuzz_fontations"
path = "lib.rs"
crate-type = ["staticlib"]
[profile.release]
lto = true
[profile.debugoptimized]
inherits = "release"
debug = true