Skip to content

Commit

Permalink
Actually enable debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed Nov 27, 2023
1 parent ba73773 commit fe697df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ winapi = "0.3.9"
opt-level = "z"
codegen-units = 1 # Parallel compilation prevents some optimizations.
lto = true # Enable Link-time optimizations to remove dead code.
debug = true

0 comments on commit fe697df

Please sign in to comment.