Added -Wall

This commit is contained in:
Kat R. 2022-11-12 14:53:01 -06:00
parent 0044d48468
commit 65822a2ec6
1 changed files with 1 additions and 1 deletions

View File

@ -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!