diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3b50cf54a..dd6e8cb70 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -117,7 +117,7 @@ tauri-utils = { git = "https://github.com/cjpais/tauri.git", branch = "handy-2.1 tempfile = "3" [profile.release] -lto = true +lto = "thin" codegen-units = 1 strip = true panic = "unwind"