diff --git a/Makefile.conf b/Makefile.conf index c44a39a5..8a8196db 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -33,8 +33,11 @@ LIMINE_FOLDER = tools/limine # it will be added automatically depending on the OSARCH) QEMU_PATH = tools/cross/bin/qemu-system- +# Enable newlib +NEWLIB = 0 - +# Enable mlibc +MLIBC = 0