]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
added gcc cmd line option -Wall to debug mode
authorThibault Godouet <yo8192@users.noreply.github.com>
Sun, 4 Nov 2001 18:58:42 +0000 (18:58 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sun, 4 Nov 2001 18:58:42 +0000 (18:58 +0000)
configure.in

index 5e9333ed6c35cd7b297ac59e151a90ad7a922339..f45d243f823ae33ce226c1143297b9688b25c571 100644 (file)
@@ -362,7 +362,7 @@ AC_ARG_WITH(debug,
     debug="0"
     ;;
   yes)
-    cflags="-DDEBUG -g -DFOREGROUND -DMALLOC_CHECK_=2 -Wpointer-arith -Wstrict-prototypes"
+    cflags="-DDEBUG -g -Wall -DFOREGROUND -DMALLOC_CHECK_=2 -Wpointer-arith -Wstrict-prototypes"
     debug="1"
     ;;
   *)