Skip to content

Commit

Permalink
chore: Strip debuginfo symbols for release
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Feb 24, 2025
1 parent c1db541 commit dc45395
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,7 @@ url = "2.5.4"
[profile.release]
codegen-units = 1
lto = true
debug = false
strip = true
panic = "abort"

# the release profile takes a long time to build so we can use this profile during development to save time
# cargo build --profile release-nonlto
Expand Down

0 comments on commit dc45395

Please sign in to comment.