Skip to content
Snippets Groups Projects
Commit 953e2e2a authored by Julien Bonjean's avatar Julien Bonjean
Browse files

[#3376] Switched back compilation flags

parent c8bf2152
Branches
Tags
No related merge requests found
......@@ -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
......
# Global variables
CXXFLAGS=-Wall -Werror -Wextra
#CXXFLAGS=-Wall -Werror -Wextra
src=$(top_srcdir)
sfllibdir=$(DESTDIR)$(libdir)/sflphone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment