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

Remove unused DEBUG define which interferes with logger.h

parent 1a5aed71
Branches
Tags
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