diff --git a/Cargo.toml b/Cargo.toml index e1295b37..66f7ff28 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