From 940c54a37b63a66b6e119c845109684a926a159f Mon Sep 17 00:00:00 2001 From: Alessio D'Ambrosio <69647028+alessiodam@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:28:45 +0200 Subject: [PATCH] Update Cargo.toml --- desktop/src-tauri/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index 00f4a04b..3ce20758 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -56,3 +56,8 @@ features = ["bin_enc"] # You can also use "yaml_enc" or "bin_enc" [dependencies.reqwest] version = "0.12" features = ["json", "blocking"] + +[profile.release] +lto = true +codegen-units = 1 +panic = 'abort'