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
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ AC_ARG_WITH(debug, ...@@ -24,7 +24,7 @@ AC_ARG_WITH(debug,
if test "x$with_debug" = "xfull" -o "x$with_debug" = "xyes"; then if test "x$with_debug" = "xfull" -o "x$with_debug" = "xyes"; then
CFLAGS="-g -O0 -DDEBUG -Wall -Wextra" CFLAGS="-g -O0 -DDEBUG -Wall -Wextra"
else else
CFLAGS="$CFLAGS -Wall -Wextra -Werror" CFLAGS="$CFLAGS -Wall -Wextra"
fi fi
AC_PROG_CC AC_PROG_CC
......
# Global variables # Global variables
CXXFLAGS=-Wall -Werror -Wextra #CXXFLAGS=-Wall -Werror -Wextra
src=$(top_srcdir) src=$(top_srcdir)
sfllibdir=$(DESTDIR)$(libdir)/sflphone 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