From bf4f737aeee9c85ef20c4539def30799c9ae8c70 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Tue, 30 Dec 2025 02:30:31 +0900 Subject: [PATCH] Cargo.toml: codegen-unit = 1 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7de6fcb..d91f549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,6 +107,7 @@ required-features = ["uudoc"] # release profile), the debug info and the stack traces will still be available. [profile.release] lto = true +codegen-units = 1 # A release-like profile that is tuned to be fast, even when being fast # compromises on binary size. This includes aborting on panic.