Skip to content

Commit

Permalink
Use strip Cargo profile option
Browse files Browse the repository at this point in the history
This option was stabilized in Rust 1.59. Our MSRV is greater than that,
so we can use it instead of manual `strip` invocations.
  • Loading branch information
AlexTMjugador committed Jul 10, 2023
1 parent df5c9d7 commit bf34db9
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 @@ -81,6 +81,7 @@ opt-level = 2

[profile.release]
lto = "thin"
strip = "symbols"

[profile.dev.package.bitvec]
opt-level = 3

0 comments on commit bf34db9

Please sign in to comment.