]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Set -Wall -Werror to catch more minor build lint during development.
authorTim Kientzle <kientzle@gmail.com>
Mon, 9 Feb 2009 06:19:35 +0000 (01:19 -0500)
committerTim Kientzle <kientzle@gmail.com>
Mon, 9 Feb 2009 06:19:35 +0000 (01:19 -0500)
SVN-Revision: 599

Makefile.am

index c0e308f46f80a3784474927b78f7484cbae1a1ea..08ac24cac68cb35ebbbf791a8efe9c952656dde0 100644 (file)
@@ -19,6 +19,10 @@ TESTS= libarchive_test $(bsdtar_test_programs) $(bsdcpio_test_programs)
 TESTS_ENVIRONMENT= $(libarchive_TESTS_ENVIRONMENT) $(bsdtar_TESTS_ENVIRONMENT) $(bsdcpio_TESTS_ENVIRONMENT)
 # Always build and test both bsdtar and bsdcpio as part of 'distcheck'
 DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio
+# Especially for early development, we want to be a little
+# aggressive about diagnosing build problems; this can get
+# relaxed somewhat in final shipping versions.
+AM_CFLAGS=-Wall -Werror
 
 #
 # What to include in the distribution