Reduce binary sizes for the kernel and userspace apps

This commit is contained in:
2025-11-15 23:56:16 +01:00
parent e66fe4030d
commit 0a43ba36cd
7 changed files with 24 additions and 7 deletions

View File

@ -7,6 +7,7 @@ cd build-bintuils-gdb
../binutils-gdb/configure --prefix="$PREFIX" \
--disable-nls \
--disable-werror \
--enable-gold=yes \
--target=x86_64-elf
make -j$(nproc)
make install

View File

@ -10,6 +10,7 @@ cd build-gcc
../gcc/configure --prefix="$PREFIX" \
--disable-nls \
--enable-languages=c \
--enable-lto \
--target=x86_64-elf \
--disable-bootstrap \
--without-headers \