Skip to content

Commit

Permalink
Add release profile to template
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 committed Apr 29, 2024
1 parent 5a6b724 commit d2a4933
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,14 @@ dotenv = "0.15.0"
env_logger = "0.10.0"
cw-orch = { version = "0.20.1" }
clap = { version = "4.3.7", features = ["derive"] }

[profile.release]
rpath = false
lto = true
overflow-checks = true
opt-level = 3
debug = false
debug-assertions = false
codegen-units = 1
panic = 'abort'
incremental = false

0 comments on commit d2a4933

Please sign in to comment.