Skip to content
Snippets Groups Projects
Commit 709608a5 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

Remove unused DEBUG define which interferes with logger.h

(cherry picked from commit b2f72b91)
parent b81a0285
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ AC_ARG_WITH(debug,
[with_debug=no]
)
if test "x$with_debug" = "xfull" -o "x$with_debug" = "xyes"; then
CFLAGS="-g -O0 -DDEBUG -Wall -Wextra"
CFLAGS="-g -O0 -Wall -Wextra"
else
CFLAGS="$CFLAGS -Wall -Wextra"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment