mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Use ThinLTO rather than fat LTO for uutils
This reduces compile times from 2m50s to 1m56s.
This commit is contained in:
parent
08f5d72ce1
commit
2941e1dcda
@ -6,7 +6,7 @@ git = "https://github.com/uutils/coreutils"
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_cargo --no-default-features --features feat_os_unix_redox --bin coreutils
|
||||
CARGO_PROFILE_RELEASE_LTO=thin cookbook_cargo --no-default-features --features feat_os_unix_redox --bin coreutils
|
||||
|
||||
BINS=(
|
||||
'['
|
||||
|
||||
Loading…
Reference in New Issue
Block a user