Skip to content

Commit ee9c1ab

Browse files
alessiodamquexeky
authored andcommitted
Update Cargo.toml
1 parent 76c8d9a commit ee9c1ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src-tauri/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@ features = ["bin_enc"] # You can also use "yaml_enc" or "bin_enc"
5656
[dependencies.reqwest]
5757
version = "0.12"
5858
features = ["json", "blocking"]
59+
60+
[profile.release]
61+
lto = true
62+
codegen-units = 1
63+
panic = 'abort'

0 commit comments

Comments
 (0)