let the user specify his own CFLAGS

SVN revision: 36288
This commit is contained in:
Vincent Torri 2008-09-28 11:13:31 +00:00
parent 0815143253
commit c403c14b1e
1 changed files with 2 additions and 2 deletions

View File

@ -288,11 +288,11 @@ esac
AC_SUBST(EINA_CFLAGS)
if test "x$enable_coverage" = "xyes" ; then
CFLAGS="${DEBUG_CFLAGS}"
EINA_CFLAGS="${EINA_CFLAGS} ${DEBUG_CFLAGS}"
fi
if ! test "${VMIC}" = "x" ; then
CFLAGS="${CFLAGS} -Wall -W -Wextra" # -Werror
EINA_CFLAGS="${EINA_CFLAGS} -Wall -W -Wextra" # -Werror
fi