mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[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:
parent
4e5358a288
commit
52ad51382a
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ name = "harfbuzz_fontations"
|
|||
path = "lib.rs"
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[profile.debugoptimized]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
|
Loading…
Add table
Reference in a new issue