build: set LLOG_ENABLE_DEBUG
Set LLOG_ENABLE_DEBUG if debug mode is used. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
35bea2847b
commit
65482ff11c
@ -119,6 +119,7 @@ if test ! x$debug = xyes ; then
|
||||
else
|
||||
AC_DEFINE([KMSCON_ENABLE_DEBUG], [1], [Enable debug for kmscon])
|
||||
AC_DEFINE([LOG_ENABLE_DEBUG], [1], [Enable debug for log subsystem])
|
||||
AC_DEFINE([LLOG_ENABLE_DEBUG], [1], [Enable debug for llog subsystem])
|
||||
fi
|
||||
|
||||
AC_CONFIG_FILES([Makefile docs/reference/Makefile docs/reference/version.xml])
|
||||
|
Loading…
x
Reference in New Issue
Block a user