mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Merge branch 'uutils_thin_lto' into 'master'
Use ThinLTO rather than fat LTO for uutils See merge request redox-os/redox!1706
This commit is contained in:
commit
d982644a73
@ -6,7 +6,7 @@ git = "https://github.com/uutils/coreutils"
|
|||||||
template = "custom"
|
template = "custom"
|
||||||
script = """
|
script = """
|
||||||
DYNAMIC_INIT
|
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=(
|
BINS=(
|
||||||
'['
|
'['
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user