Skip to content

Commit 9e34ba7

Browse files
committed
chore: remove debug for crate
1 parent 36e8ff1 commit 9e34ba7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,13 @@ lto = "fat"
211211
[profile.release-debug]
212212
debug = 'line-tables-only'
213213
inherits = "release"
214-
lto = false
215214
strip = false
216215

216+
[profile.release-debug.package.'*']
217+
debug = false
218+
strip = true
219+
220+
217221
# the following lints rules are from https://github.com/biomejs/biome/blob/4bd3d6f09642952ee14445ed56af81a73796cea1/Cargo.toml#L7C1-L75C1
218222
[workspace.lints.rust]
219223
absolute_paths_not_starting_with_crate = "warn"

0 commit comments

Comments
 (0)