Move C compiler flag -pedantic from Makefile to configure

This commit is contained in:
Kim Alvefur 2016-08-19 15:59:12 +02:00
parent f092c77e11
commit dfb9438ad7
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -21,7 +21,7 @@ EXCERTS="yes"
PRNG=
PRNGLIBS=
CFLAGS="-fPIC -Wall"
CFLAGS="-fPIC -Wall -pedantic"
LDFLAGS="-shared"
IDN_LIBRARY="idn"