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 LIBDIR=$EXEC_PREFIX/lib
|
||||||
export INCLUDEDIR=$PREFIX/include
|
export INCLUDEDIR=$PREFIX/include
|
||||||
|
|
||||||
export CFLAGS='-O2 -g'
|
export CFLAGS='-O2 -g -Wall'
|
||||||
export CPPFLAGS=''
|
export CPPFLAGS=''
|
||||||
|
|
||||||
# Sysroot time!
|
# Sysroot time!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue