diff options
author | Kim Alvefur <zash@zash.se> | 2016-08-19 15:59:12 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-08-19 15:59:12 +0200 |
commit | dfb9438ad796e49cde368c5e73cb5b88833547a6 (patch) | |
tree | 10bbb8d7e8864c20ccd23f27aa22df863bca5131 /configure | |
parent | f092c77e117746603729d96cd7be80baa36d2a26 (diff) | |
download | prosody-dfb9438ad796e49cde368c5e73cb5b88833547a6.tar.gz prosody-dfb9438ad796e49cde368c5e73cb5b88833547a6.zip |
Move C compiler flag -pedantic from Makefile to configure
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ EXCERTS="yes" PRNG= PRNGLIBS= -CFLAGS="-fPIC -Wall" +CFLAGS="-fPIC -Wall -pedantic" LDFLAGS="-shared" IDN_LIBRARY="idn" |