Skip to content

Commit 3cff6ac

Browse files
authored
Remove redundant settings in Cargo.toml (#1659)
All of these settings are the default, so there is no reason to set them explicitly.
1 parent 3431126 commit 3cff6ac

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ rust-version = "1.85.0"
99

1010
[profile.release]
1111
lto = true
12-
opt-level = 3
13-
14-
[profile.dev]
15-
lto = false
16-
opt-level = 0
17-
strip = false
18-
debug = true
1912

2013
# Prefer this profile in CI, for instance via `cargo test --all --profile=smol`.
2114
# It reduces the size of the `target` directory from ~12GB to ~1GB.

0 commit comments

Comments
 (0)