summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
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