[#3376] Switched back compilation flags

This commit is contained in:
Julien Bonjean
2010-08-04 17:17:34 -04:00
parent c8bf21521a
commit 953e2e2a09
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ AC_ARG_WITH(debug,
if test "x$with_debug" = "xfull" -o "x$with_debug" = "xyes"; then
CFLAGS="-g -O0 -DDEBUG -Wall -Wextra"
else
CFLAGS="$CFLAGS -Wall -Wextra -Werror"
CFLAGS="$CFLAGS -Wall -Wextra"
fi
AC_PROG_CC

View File

@ -1,6 +1,6 @@
# Global variables
CXXFLAGS=-Wall -Werror -Wextra
#CXXFLAGS=-Wall -Werror -Wextra
src=$(top_srcdir)
sfllibdir=$(DESTDIR)$(libdir)/sflphone