mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-23 09:57:05 +00:00
Define DEBUG when using --enable-debug
This commit is contained in:
parent
30b7840ce1
commit
dd5593e5b8
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ AC_ARG_ENABLE([debug],
|
||||||
[debug=${enableval}], [debug=no])
|
[debug=${enableval}], [debug=no])
|
||||||
|
|
||||||
if test "x${debug}" = xyes; then
|
if test "x${debug}" = xyes; then
|
||||||
CFLAGS="$CFLAGS -g"
|
CFLAGS="$CFLAGS -g -DDEBUG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE([asan],
|
AC_ARG_ENABLE([asan],
|
||||||
|
|
Loading…
Reference in a new issue