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