- Added --enable-debug to configure script. This yields the option in
the help, but does not have the desired result yet.
This commit is contained in:
parent
0a4bccedc2
commit
ba27e43018
@ -30,6 +30,10 @@ Download and install from http://argtable.sourceforge.net/
|
||||
or make sure that the libraries can be found by setting
|
||||
LD_LIBRARY_PATH correctly.))
|
||||
|
||||
AC_ARG_ENABLE(debug,
|
||||
AC_HELP_STRING([--enable-debug], [enable debugging mode]),
|
||||
AC_DEFINE(DEBUG,1," compile with debugging support"))
|
||||
|
||||
VERSION="0.0.1"
|
||||
SUBDIRS=src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user