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

This commit is contained in:
2024-06-23 20:24:15 +07:00
parent 13a1252266
commit 9cf7b1b0f2
6 changed files with 16 additions and 27 deletions
+2 -2
View File
@@ -16,7 +16,6 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
magic-crypt = "3.1.13"
rust-fuzzy-search = "0.1.1"
dotenv = "0.15.0"
[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
@@ -24,5 +23,6 @@ custom-protocol = ["tauri/custom-protocol"]
[profile.release]
lto = true # Enables link to optimizations
opt-level = "s" # Optimize for binary size
opt-level = "z" # Optimize for binary size
strip = true # Remove debug symbols