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