mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
gnu-binutils: disable LTO
This commit is contained in:
parent
449df2a017
commit
6b8f59180a
@ -27,6 +27,7 @@ function recipe_build {
|
||||
--with-multilib \
|
||||
--with-interwork \
|
||||
--enable-targets="${TARGET}" \
|
||||
--disable-lto \
|
||||
--disable-nls \
|
||||
--disable-werror
|
||||
"$REDOX_MAKE" -j"$($NPROC)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user