From d82dfc2bc2b927718536006c4e10f05548c7b737 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 29 Jul 2024 17:27:45 -0700 Subject: [PATCH] build smaller --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e1295b3..66f7ff2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ strafesnet_snf = { version = "0.1.0", registry = "strafesnet", optional = true } wgpu = "22.0.0" winit = "0.30.4" -#[profile.release] +[profile.release] #lto = true -#strip = true -#codegen-units = 1 +strip = true +codegen-units = 1