diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d6f16c4..96e6043 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -26,3 +26,9 @@ serde_json = "1" specta = { version = "=2.0.0-rc.20", features = ["serde_json"] } tauri-specta = { version = "=2.0.0-rc.20", features = ["derive", "typescript"] } specta-typescript = { version = "=0.0.7" } + +[profile.release] +strip = true +lto = true +codegen-units = 1 +panic = "abort"