add -Wmaybe-uninitialized for non-release builds

This commit is contained in:
Mike Blumenkrantz 2014-08-29 13:54:08 -04:00
parent 0c91ba8505
commit f170dc2ce0
1 changed files with 1 additions and 0 deletions

View File

@ -1018,6 +1018,7 @@ m4_ifdef([v_mic],
EFL_COMPILER_FLAG([-Wpointer-arith])
EFL_COMPILER_FLAG([-W])
EFL_COMPILER_FLAG([-Wno-missing-field-initializers])
EFL_COMPILER_FLAG([-Wmaybe-uninitialized])
])
SUID_CFLAGS=-fPIE