Add --enable-debug={yes,no} configure option
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Fri, 15 Jun 2012 16:06:21 +0000 (17:06 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Fri, 15 Jun 2012 16:11:55 +0000 (17:11 +0100)
commita736726c6b39085194c9a8667ea4465842a383f8
treea383cd031f1ea18dd91743c23108fb24a06b0b4c
parent4502332dfc7f0687ff932340b1af22ce8fc1cbf8
Add --enable-debug={yes,no} configure option

Building with --enable-debug=yes will help catch a lot of programming
mistakes. It enables -Werror -Wall and a lot of other useful compiler
flags.
configure.ac