Added -Wall
This commit is contained in:
parent
0044d48468
commit
65822a2ec6
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue