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
commit060615205169082d9c23397414257eb7fae5e115 (patch)
tree10bbb8d7e8864c20ccd23f27aa22df863bca5131 /configure
parent7373788d277df6fa63e9b85e001ebf1d08ce121c (diff)
downloadprosody-060615205169082d9c23397414257eb7fae5e115.tar.gz
prosody-060615205169082d9c23397414257eb7fae5e115.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"