From 65822a2ec692f98813a47106c731f049decc711a Mon Sep 17 00:00:00 2001 From: Kat Richey Date: Sat, 12 Nov 2022 14:53:01 -0600 Subject: [PATCH] Added -Wall --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 1dd77b1..0f0b522 100755 --- a/config.sh +++ b/config.sh @@ -14,7 +14,7 @@ export BOOTDIR=/boot export LIBDIR=$EXEC_PREFIX/lib export INCLUDEDIR=$PREFIX/include -export CFLAGS='-O2 -g' +export CFLAGS='-O2 -g -Wall' export CPPFLAGS='' # Sysroot time!