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
commitd22354c8aafecdb0fef59165c3318f00817c855c (patch)
treef742c5d5e2f17e69cea94f234717dccc14e631ac /configure
parent8c6de8ceba4bffa55a022b141d6ce70aae0d6d65 (diff)
downloadprosody-d22354c8aafecdb0fef59165c3318f00817c855c.tar.gz
prosody-d22354c8aafecdb0fef59165c3318f00817c855c.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"