From dc4ec4547a8a6191afccd247d43b6277fa9b3ec3 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sun, 31 Dec 2023 09:15:40 -0800 Subject: [PATCH] release opti --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 870cdbd..1c4129c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,3 +18,8 @@ rbx_reflection_database = "0.2.7" rbx_xml = "0.13.1" reqwest = { version = "0.11.23", features = ["cookies"] } tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "fs"] } + +[profile.release] +#lto = true +strip = true +codegen-units = 1