Turn on all gcc warnings in the Linux release build, as it is
for other platforms. svn path=/trunk/ogg/; revision=17064
This commit is contained in:
parent
5d64520468
commit
cde11fa3d8
@ -46,7 +46,7 @@ else
|
||||
case $host in
|
||||
*-*-linux*)
|
||||
DEBUG="-g -Wall -fsigned-char"
|
||||
CFLAGS="-O20 -ffast-math -fsigned-char"
|
||||
CFLAGS="-O20 -Wall -ffast-math -fsigned-char"
|
||||
PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
|
||||
;;
|
||||
sparc-sun-*)
|
||||
|
Loading…
Reference in New Issue
Block a user