Skip to content

Commit f97f8d8

Browse files
authored
Cargo.toml: cleanup inherits of 2 profiles
1 parent 10ccc07 commit f97f8d8

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
@@ -602,10 +602,8 @@ codegen-units = 1
602602

603603
# A release-like profile that is as small as possible.
604604
[profile.release-small]
605-
inherits = "release"
605+
inherits = "release-fast"
606606
opt-level = "z"
607-
panic = "abort"
608-
codegen-units = 1
609607
strip = true
610608

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

0 commit comments

Comments
 (0)