Skip to content

Commit

Permalink
Strip all debug info in binary
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Mar 21, 2024
1 parent eb9381d commit 5d0b010
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 @@ -44,7 +44,7 @@ ahash = "0.8"
rayon = "1.5"

# http
ureq = "2.7"
ureq = "2.9"

# errors
color-eyre = "0.6"
Expand All @@ -63,3 +63,4 @@ pretty_assertions = "1.4"
codegen-units = 1
lto = "fat"
opt-level = 3
strip = true

0 comments on commit 5d0b010

Please sign in to comment.