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:
Ralph Giles 2010-03-26 03:38:31 +00:00
parent 5d64520468
commit cde11fa3d8

View File

@ -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-*)