]> granicus.if.org Git - pdns/commitdiff
Add -Wall to the default CFLAGS
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 19 Feb 2015 18:41:07 +0000 (19:41 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 19 Feb 2015 18:41:07 +0000 (19:41 +0100)
The default on my system is -g -O2

configure.ac

index d1c175aa35fd8046215582f62856941e9846db55..1a092853714a613adf8a451d7aaeae2b80c0939f 100644 (file)
@@ -14,6 +14,7 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar -Wno-portability sub
 AM_SILENT_RULES([yes])
 
 AC_CANONICAL_HOST
+: ${CFLAGS="-Wall -g -O2"}
 : ${CXXFLAGS="-Wall -g -O2"}
 
 AC_PROG_CC