only set crazy warning flags when not releasing

This commit is contained in:
Mike Blumenkrantz 2014-09-15 09:49:22 -04:00
parent eb3ad1f4a6
commit 0945c577af
1 changed files with 1 additions and 1 deletions

View File

@ -1011,7 +1011,7 @@ AC_SUBST([REBOOT])
AC_SUBST([SUSPEND])
AC_SUBST([HIBERNATE])
m4_ifdef([v_mic],
m4_ifndef([v_rel],
[
EFL_COMPILER_FLAG([-Wshadow])
EFL_COMPILER_FLAG([-Wall])