Add some cflags to help us to write great code :)

This commit is contained in:
rconty@il4p.fr 2011-04-01 09:22:43 +00:00
parent d6a9da4e4b
commit baba2814a5

View File

@ -66,6 +66,9 @@ AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS([memset strchr])
# Help us to write great code ;-)
CFLAGS="$CFLAGS -Wall -pedantic -Wextra -std=c99"
AC_CONFIG_FILES([Makefile
src/Makefile])
AC_OUTPUT