1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-23 06:25:25 +00:00

Clean up number of compiler settings

This commit is contained in:
Moritz Grimm 2015-02-27 22:59:20 +01:00
parent 739a08b5b9
commit 8390d09b24

View File

@ -56,10 +56,8 @@ dnl ## COMPILER ########################################################
dnl ##############
if test -n "${GCC}"; then
for _flag in fstack-protector fstrict-aliasing Wall W Wstrict-aliasing \
Wwrite-strings Wpointer-arith Wshadow Wconversion Wcast-qual \
Wcast-align Wbounded Wmissing-declarations Wmissing-prototypes \
Wstrict-prototypes
for _flag in Wall W Wshadow Wconversion Wbounded \
Wmissing-declarations Wmissing-prototypes Wstrict-prototypes
do
AX_CHECK_CFLAG([${_flag}],
[AX_UNIQVAR_APPEND([EZ_CFLAGS], [-${_flag}])], [])