From 6e2fb6eae7873ee6d9698f24ec0ad8d2b9e79020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:22:14 +0300 Subject: [PATCH] build: codegen-units = 1 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9c7489d..38566a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ strip = "symbols" opt-level = 3 overflow-checks = true lto = true +codegen-units = 1 [lints.rust] unsafe_code = "forbid"