diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index eb8b1d4..a1537ec 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -25,3 +25,11 @@ tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] } [features] custom-protocol = ["tauri/custom-protocol"] + +[profile.release] +opt-level = 3 +debug = false +strip = "debuginfo" +lto = true +panic = 'unwind' +incremental = true \ No newline at end of file