Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Added release profile to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixeluted committed Apr 21, 2024
1 parent 7f60364 commit bc3687a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bc3687a

Please sign in to comment.