[xiph-cvs] cvs commit: theora configure.in

Ralph Giles giles at xiph.org
Tue Jun 10 02:28:51 PDT 2003



giles       03/06/10 05:28:51

  Modified:    .        configure.in
  Log:
  Turn on -Wall with gcc.

Revision  Changes    Path
1.5       +1 -1      theora/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/theora/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure.in	10 Jun 2003 03:00:57 -0000	1.4
+++ configure.in	10 Jun 2003 09:28:51 -0000	1.5
@@ -54,7 +54,7 @@
         case $host in 
         *)
                 DEBUG="-g -W -D__NO_MATH_INLINES"
-                CFLAGS="-O2"
+                CFLAGS="-O2 -Wall"
                 PROFILE="-W -pg -g -O2 -fno-inline-functions";;
         esac
 fi

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list