autoconf: Optional debug build with --enable-debug
authorDan Nicholson <dbn.lists@gmail.com>
Wed, 12 Dec 2007 17:02:31 +0000 (09:02 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Wed, 12 Dec 2007 17:02:31 +0000 (09:02 -0800)
commit23656c47c9f50c3e074362f2fa857c0ce5ddaf14
tree1e25798cb0f1a8612596e0b18f515599a026704a
parent41b00707e20f0c07e0dce055884c773de4b82612
autoconf: Optional debug build with --enable-debug

Allow the user to set the compiler debug flags and macros through the
option --enable-debug. This addes -DDEBUG to the macros and -g to the
CFLAGS and CXXFLAGS if gcc and g++ are in use.
configure.ac