[fontations] Disable overflow-checks

This commit is contained in:
Behdad Esfahbod 2025-03-07 18:38:54 -07:00
parent 514b28af3c
commit 6c1f27faab

View file

@ -15,6 +15,7 @@ crate-type = ["staticlib"]
strip = true
lto = true
panic = "abort"
overflow-checks = false
codegen-units = 1
[profile.debugoptimized]