mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
codegen-units = 1 at release-{fast,small} profile
This commit is contained in:
@@ -600,12 +600,14 @@ lto = true
|
||||
[profile.release-fast]
|
||||
inherits = "release"
|
||||
panic = "abort"
|
||||
codegen-units = 1
|
||||
|
||||
# A release-like profile that is as small as possible.
|
||||
[profile.release-small]
|
||||
inherits = "release"
|
||||
opt-level = "z"
|
||||
panic = "abort"
|
||||
codegen-units = 1
|
||||
strip = true
|
||||
|
||||
# A release-like profile with debug info, useful for profiling.
|
||||
|
||||
Reference in New Issue
Block a user