Update Cargo.toml for release profile settings

This commit is contained in:
Ryan Butler
2026-02-15 09:53:19 -05:00
parent 88adfce242
commit df9148332f

View File

@@ -13,4 +13,5 @@ rust-version = "1.82" # Tauri's MSRV
repository = "https://github.com/SlimeVR/SlimeVR-Server"
[profile.release]
lto = "thin"
lto = true
strip = true