aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-03-16 18:43:11 +0100
committerKim Alvefur <zash@zash.se>2019-03-16 18:43:11 +0100
commitab78dfb2abc1cfa7c3119d0bad619da9e155c535 (patch)
treef742c5d5e2f17e69cea94f234717dccc14e631ac /configure
parentae2df5b05cac3568c34f61c173391c3097f90817 (diff)
downloadprosody-ab78dfb2abc1cfa7c3119d0bad619da9e155c535.tar.gz
prosody-ab78dfb2abc1cfa7c3119d0bad619da9e155c535.zip
configure: Separate flags related to compiler warnings
This should make it more obvious that these are related
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index dec7b60d..516ebaec 100755
--- a/configure
+++ b/configure
@@ -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"