Исправление ошибки компиляции

This commit is contained in:
2024-06-19 07:46:45 +07:00
parent 345aaa451e
commit 84ace82c0c
4 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ custom-protocol = ["tauri/custom-protocol"]
[profile.release]
lto = true # Enables link to optimizations
opt-level = "z" # Optimize for binary size
opt-level = "s" # Optimize for binary size
strip = true # Remove debug symbols