configure: Separate flags related to compiler warnings

This should make it more obvious that these are related
This commit is contained in:
Kim Alvefur 2019-03-16 18:43:11 +01:00
parent 8c6de8ceba
commit d22354c8aa

3
configure vendored
View file

@ -23,7 +23,8 @@ EXCERTS="yes"
PRNG=
PRNGLIBS=
CFLAGS="-fPIC -Wall -pedantic -std=c99"
CFLAGS="-fPIC -std=c99"
CFLAGS="$CFLAGS -Wall -pedantic"
LDFLAGS="-shared"
IDN_LIBRARY="idn"