We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88adfce commit f6b9af6Copy full SHA for f6b9af6
Cargo.toml
@@ -13,4 +13,6 @@ rust-version = "1.82" # Tauri's MSRV
13
repository = "https://github.com/SlimeVR/SlimeVR-Server"
14
15
[profile.release]
16
-lto = "thin"
+lto = true
17
+debug = false
18
+strip = true
0 commit comments