diff --git a/src/fontations/Cargo.toml b/src/fontations/Cargo.toml index 64b8fa8de..33b6ba40c 100644 --- a/src/fontations/Cargo.toml +++ b/src/fontations/Cargo.toml @@ -15,6 +15,7 @@ crate-type = ["staticlib"] strip = true lto = true panic = "abort" +overflow-checks = false codegen-units = 1 [profile.debugoptimized]