add more warning flags to non-release builds

apparently we are developers who like to compare doubles incorrectly. this ends now.
This commit is contained in:
Mike Blumenkrantz 2014-09-07 22:57:18 -04:00
parent 93e0dd20c0
commit 6f1e58b922
1 changed files with 5 additions and 1 deletions

View File

@ -1018,7 +1018,11 @@ 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])
EFL_COMPILER_FLAG([-Wfloat-equal])
EFL_COMPILER_FLAG([-Wuninitialized])
EFL_COMPILER_FLAG([-Wundef])
EFL_COMPILER_FLAG([-Wcast-align])
EFL_COMPILER_FLAG([-Wformat=2])
])
SUID_CFLAGS=-fPIE