Skip to content

Commit

Permalink
chore: remove debug for crate
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist committed Jan 12, 2025
1 parent 36e8ff1 commit 9e34ba7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,13 @@ lto = "fat"
[profile.release-debug]
debug = 'line-tables-only'
inherits = "release"
lto = false
strip = false

[profile.release-debug.package.'*']
debug = false
strip = true


# the following lints rules are from https://github.com/biomejs/biome/blob/4bd3d6f09642952ee14445ed56af81a73796cea1/Cargo.toml#L7C1-L75C1
[workspace.lints.rust]
absolute_paths_not_starting_with_crate = "warn"
Expand Down

0 comments on commit 9e34ba7

Please sign in to comment.