Skip to content

Commit

Permalink
Keep debug info (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinNeo authored Mar 20, 2024
1 parent 15b1f5f commit 7dc50b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ opt-level = 1

[profile.dev]
opt-level = 0
debug = false
debug = true
codegen-units = 4
lto = false
incremental = true
Expand All @@ -439,7 +439,7 @@ rpath = false

[profile.release]
opt-level = 3
debug = false
debug = true
codegen-units = 1
lto = "thin"
incremental = false
Expand Down

0 comments on commit 7dc50b4

Please sign in to comment.