Skip to content

Commit

Permalink
release build
Browse files Browse the repository at this point in the history
  • Loading branch information
jantb committed Feb 1, 2023
1 parent f1b1d6a commit 6b2a0e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ tokio = { version = "1.25.0", features = ["full"] }


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

0 comments on commit 6b2a0e0

Please sign in to comment.