From 9ecc1f09b2d891c8681511d2bc35513c35df1328 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sun, 25 Feb 2024 23:57:51 -0800 Subject: [PATCH] windows exe opti --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 36e7c34..fabd90d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,8 @@ anyhow = "1.0.80" clap = { version = "4.5.1", features = ["derive"] } glam = "0.25.0" mlua = { version = "0.9.5", features = ["luau"] } + +#[profile.release] +#lto = true +#strip = true +#codegen-units = 1 \ No newline at end of file