mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Cargo.toml: cleanup inherits of 2 profiles
This commit is contained in:
parent
10ccc071b3
commit
f97f8d83a9
1 changed files with 1 additions and 3 deletions
|
|
@ -602,10 +602,8 @@ codegen-units = 1
|
|||
|
||||
# A release-like profile that is as small as possible.
|
||||
[profile.release-small]
|
||||
inherits = "release"
|
||||
inherits = "release-fast"
|
||||
opt-level = "z"
|
||||
panic = "abort"
|
||||
codegen-units = 1
|
||||
strip = true
|
||||
|
||||
# A release-like profile with debug info, useful for profiling.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue