Skip to content

Commit

Permalink
fix(release): make it not glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
technobaboo committed Jun 19, 2024
1 parent 84e4249 commit eba317a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,16 @@ auto_link_exclude_list = [

[profile.dev.package."*"]
opt-level = 3

[profile.release]
strip = true
opt-level = 3
debug = "line-tables-only"
strip = "symbols"
debug-assertions = true
overflow-checks = false
lto = true
panic = 'unwind'


[dependencies]
color-eyre = { version = "0.6.3", default-features = false }
Expand Down

0 comments on commit eba317a

Please sign in to comment.