gnu-binutils: disable LTO

This commit is contained in:
Jeremy Soller 2024-04-01 10:26:35 -06:00
parent 449df2a017
commit 6b8f59180a
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -27,6 +27,7 @@ function recipe_build {
--with-multilib \
--with-interwork \
--enable-targets="${TARGET}" \
--disable-lto \
--disable-nls \
--disable-werror
"$REDOX_MAKE" -j"$($NPROC)"