summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2010-03-26 03:38:31 +0000
committerRalph Giles <giles@xiph.org>2010-03-26 03:38:31 +0000
commiteb5d2391a7d3f236d5c7f7526fb38a5a5b062024 (patch)
treeabba930434924ca3fb8045fb17a32c3226daa764 /configure.in
parentc3bd8b0ea37481de8d1bd87dfc9533f92d7f3687 (diff)
downloadogg-eb5d2391a7d3f236d5c7f7526fb38a5a5b062024.tar.gz
Turn on all gcc warnings in the Linux release build, as it is
for other platforms. git-svn-id: http://svn.xiph.org/trunk/ogg@17064 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 99d6b7f..d65a3a8 100644
--- a/configure.in
+++ b/configure.in
@@ -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-*)