From bb0a92d4d567417693830071558da0170f0e4227 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 3 Apr 2022 01:27:06 +0200 Subject: [PATCH] -o KERNEL_MAX_SIZE=0x400000 https://github.com/probonopd/MiniDexed/pull/59#issuecomment-1086713102 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 30772b1..271501a 100755 --- a/build.sh +++ b/build.sh @@ -23,7 +23,7 @@ fi # Build circle-stdlib library cd circle-stdlib/ make mrproper || true -./configure -r ${RPI} --prefix "${TOOLCHAIN_PREFIX}" ${OPTIONS} +./configure -r ${RPI} --prefix "${TOOLCHAIN_PREFIX}" ${OPTIONS} -o KERNEL_MAX_SIZE=0x400000 make -j # Build additional libraries