Skip to content

Commit

Permalink
Enable debug info and set codegen-units to 1 in release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Nov 7, 2024
1 parent a6f9a6e commit 2c688cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ opt-level = 3
[profile.release]
panic = "abort"
opt-level = 's'
debug = 0
debug = 1
strip = false
lto=true
codegen-units=1

0 comments on commit 2c688cc

Please sign in to comment.