mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
The DEBUG symbol was not defined even if --enable-debug was used.
This commit is contained in:
parent
a861168b51
commit
54eb126c76
@ -121,11 +121,9 @@ AC_ARG_ENABLE([debug],
|
||||
[ --enable-debug compile with debug information])
|
||||
if test x"$enable_debug" = x"yes"; then
|
||||
dnl debug information
|
||||
DEBUG_CFLAGS="-g"
|
||||
echo '#define DEBUG' >> config.h
|
||||
DEBUG_CFLAGS="-g -DDEBUG"
|
||||
else
|
||||
DEBUG_CFLAGS=""
|
||||
echo '/*#define DEBUG*/' >> config.h
|
||||
fi
|
||||
AC_ARG_ENABLE([profiling],
|
||||
[ --enable-profiling compile with profiling information])
|
||||
|
Loading…
Reference in New Issue
Block a user