Ver Fonte

Added -Wall to debug builds.

Ryan C. Gordon há 24 anos atrás
pai
commit
bc4f230542
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -71,7 +71,7 @@ if test x$enable_debug = xyes; then
   else
     CFLAGS="-O0"
   fi
-  CFLAGS="$CFLAGS -Werror"
+  CFLAGS="$CFLAGS -Werror -Wall"
   AC_DEFINE(DEBUG)
   AC_DEFINE(DEBUG_CHATTER)
 else