mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
gcc13: disable LTO
This commit is contained in:
parent
6b8f59180a
commit
97aa876f2a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user