We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c8d9a commit ee9c1abCopy full SHA for ee9c1ab
src-tauri/Cargo.toml
@@ -56,3 +56,8 @@ features = ["bin_enc"] # You can also use "yaml_enc" or "bin_enc"
56
[dependencies.reqwest]
57
version = "0.12"
58
features = ["json", "blocking"]
59
+
60
+[profile.release]
61
+lto = true
62
+codegen-units = 1
63
+panic = 'abort'
0 commit comments