mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-02-02 15:07:45 -05:00
Clean up number of compiler settings
This commit is contained in:
parent
739a08b5b9
commit
8390d09b24
@ -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}])], [])
|
||||
|
Loading…
x
Reference in New Issue
Block a user