Skip to content

Commit

Permalink
Always strip in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Aug 3, 2024
1 parent db37156 commit f47f088
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,12 @@ rc_buffer = "warn"
rc_mutex = "warn"
rest_pat_in_fully_bound_structs = "warn"

[profile.release]
strip = true

[profile.profiling]
inherits = "release"
strip = false
debug = true

[profile.fast-build]
Expand Down

0 comments on commit f47f088

Please sign in to comment.