1
0
forked from bip/bip

drop -Werror 'cause of flex

This commit is contained in:
nohar 2005-08-01 15:08:18 +00:00
parent 69562cdabc
commit cdcf96758d

4
configure vendored
View File

@ -2910,13 +2910,13 @@ fi
fi
CFLAGS=-O2 -g -W -Wall -Werror
CFLAGS=-O2 -g -W -Wall
debug=false
# Check whether --enable-debug or --disable-debug was given.
if test "${enable_debug+set}" = set; then
enableval="$enable_debug"
debug=true && CFLAGS="-O0 -g -W -Wall -Werror"
debug=true && CFLAGS="-O0 -g -W -Wall"
fi;