gcc13: disable LTO

This commit is contained in:
Jeremy Soller 2024-04-01 11:06:17 -06:00
parent 6b8f59180a
commit 97aa876f2a
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -30,11 +30,13 @@ function recipe_build {
--prefix=/ \
--with-sysroot=/ \
--with-build-sysroot="$sysroot" \
--enable-static \
--enable-shared \
--with-static-standard-libraries \
--disable-dlopen \
--disable-lto \
--disable-nls \
--enable-languages=c,c++ \
--enable-shared \
--enable-static \
--enable-threads=posix
"$REDOX_MAKE" -j "$(nproc)" all-gcc all-target-libgcc all-target-libstdc++-v3
skip=1