diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5a00f26..8ce71ee 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" build = "src/build/build.rs" [profile.release] -lto = true +lto = 'thin' codegen-units = 1 [build-dependencies.tauri-build]