Skip to content

Commit

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


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

0 comments on commit 4f51058

Please sign in to comment.