Skip to content

Commit

Permalink
fix: set debug none for release profile (foundry-rs#9664)
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy authored Jan 10, 2025
1 parent 0cc5355 commit 6f81e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ split-debuginfo = "unpacked"
[profile.release]
opt-level = 3
lto = "thin"
debug = "line-tables-only"
debug = "none"
strip = "debuginfo"
panic = "abort"
codegen-units = 16
Expand Down

0 comments on commit 6f81e76

Please sign in to comment.