Skip to content
Snippets Groups Projects
Unverified Commit 97aa876f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

gcc13: disable LTO

parent 6b8f5918
No related branches found
No related tags found
No related merge requests found
...@@ -30,11 +30,13 @@ function recipe_build { ...@@ -30,11 +30,13 @@ function recipe_build {
--prefix=/ \ --prefix=/ \
--with-sysroot=/ \ --with-sysroot=/ \
--with-build-sysroot="$sysroot" \ --with-build-sysroot="$sysroot" \
--enable-static \ --with-static-standard-libraries \
--enable-shared \
--disable-dlopen \ --disable-dlopen \
--disable-lto \
--disable-nls \ --disable-nls \
--enable-languages=c,c++ \ --enable-languages=c,c++ \
--enable-shared \
--enable-static \
--enable-threads=posix --enable-threads=posix
"$REDOX_MAKE" -j "$(nproc)" all-gcc all-target-libgcc all-target-libstdc++-v3 "$REDOX_MAKE" -j "$(nproc)" all-gcc all-target-libgcc all-target-libstdc++-v3
skip=1 skip=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment