From 18c4ba3955a56254b40416922e3db6915007c3ee Mon Sep 17 00:00:00 2001 From: greg Date: Thu, 18 Jun 2009 20:44:12 +0200 Subject: Add -Wall to CFLAGS --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ead3ab6..ca2ba21 100644 --- a/configure.ac +++ b/configure.ac @@ -54,5 +54,8 @@ AC_CHECK_FUNCS([memset mkdir strcasecmp strchr strdup strerror strstr strtol]) # Setup output beautifier. SHAVE_INIT([shave], [enable]) +# More sensible compile flags +CFLAGS="$CFLAGS -Wall" + AC_CONFIG_FILES([Makefile libass/Makefile test/Makefile libass.pc shave/shave shave/shave-libtool]) AC_OUTPUT -- cgit v1.2.3