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 23, 2025
1 parent a614dfb commit c1db541
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,16 +167,13 @@ panic = "abort"
# cargo build --profile release-nonlto
[profile.release-nonlto]
codegen-units = 16
debug = false
debug-assertions = false
incremental = false
inherits = "release"
lto = false
opt-level = 3
overflow-checks = false
panic = 'abort'
rpath = false
strip = true

[profile.ci]
inherits = "dev"
Expand Down

0 comments on commit c1db541

Please sign in to comment.