Skip to content

Commit 0c3eb12

Browse files
authored
Merge pull request #8969 from oech3/patch-1
Cargo.toml: cleanup release-small profile by inherits
2 parents 599c1bd + f97f8d8 commit 0c3eb12

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,10 +603,8 @@ codegen-units = 1
603603

604604
# A release-like profile that is as small as possible.
605605
[profile.release-small]
606-
inherits = "release"
606+
inherits = "release-fast"
607607
opt-level = "z"
608-
panic = "abort"
609-
codegen-units = 1
610608
strip = true
611609

612610
# A release-like profile with debug info, useful for profiling.

0 commit comments

Comments
 (0)