aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-08-19 15:59:12 +0200
committerKim Alvefur <zash@zash.se>2016-08-19 15:59:12 +0200
commitdfb9438ad796e49cde368c5e73cb5b88833547a6 (patch)
tree10bbb8d7e8864c20ccd23f27aa22df863bca5131 /configure
parentf092c77e117746603729d96cd7be80baa36d2a26 (diff)
downloadprosody-dfb9438ad796e49cde368c5e73cb5b88833547a6.tar.gz
prosody-dfb9438ad796e49cde368c5e73cb5b88833547a6.zip
Move C compiler flag -pedantic from Makefile to configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3fc43852..d5e29d57 100755
--- a/configure
+++ b/configure
@@ -21,7 +21,7 @@ EXCERTS="yes"
PRNG=
PRNGLIBS=
-CFLAGS="-fPIC -Wall"
+CFLAGS="-fPIC -Wall -pedantic"
LDFLAGS="-shared"
IDN_LIBRARY="idn"