From f20f3833b2c0a3ca4133f52f8a771f9fa72f9b8d Mon Sep 17 00:00:00 2001 From: red binder Date: Sun, 7 Jun 2026 09:54:24 +0200 Subject: [PATCH] Disable LTO it was just increasing build times for negligible performance gains in a non-realtime application --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 698cef2..d72c1e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ overflow-checks = false strip = true debug = false debug-assertions = false -lto = true +lto = false incremental = false [dependencies]