From d9b50538d9399ade3fda036e22c839efa77c21fa Mon Sep 17 00:00:00 2001 From: Amatsugu Date: Thu, 9 May 2024 19:03:05 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0193d4e..06bfffe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,6 @@ opt-level = 1 # Enable high optimizations for dependencies (incl. Bevy), but not for our code: [profile.dev.package."*"] opt-level = 3 + +[profile.release] +codegen-units = 1 \ No newline at end of file