ensure warn flags set when building e

SVN revision: 74823
This commit is contained in:
Mike Blumenkrantz 2012-08-03 08:43:37 +00:00
parent 370614345e
commit fa76e9bb15
1 changed files with 7 additions and 0 deletions

View File

@ -894,6 +894,13 @@ case "$host_os" in
;;
esac
m4_ifdef([v_mic],
[
EFL_COMPILER_FLAG([-Wshadow])
EFL_COMPILER_FLAG([-Wall])
EFL_COMPILER_FLAG([-W])
])
SUID_CFLAGS=-fPIE
SUID_LDFLAGS=-pie
AC_SUBST([SUID_CFLAGS])