Compile with debugging+warnings if in '--enable-maintainer-mode'.
authorshort <>
Sun, 31 Aug 2003 12:57:40 +0000 (12:57 +0000)
committershort <>
Sun, 31 Aug 2003 12:57:40 +0000 (12:57 +0000)
configure.ac

index cd09701..4407c29 100644 (file)
@@ -16,6 +16,9 @@ if test "x$nonopt" != "xNONE"; then
 fi
 
 AM_MAINTAINER_MODE
+if test "$USE_MAINTAINER_MODE" = "yes";then
+  CFLAGS="$CFLAGS -ggdb3 -Wall -Wstrict-prototypes -Wsign-compare"  ## FIXME: fix all sources: -Wsign-compare
+  fi
 
 AC_PREFIX_DEFAULT(/usr/local)
 if test "x$prefix" = "xNONE"; then