aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-03-16 18:51:02 +0100
committerKim Alvefur <zash@zash.se>2019-03-16 18:51:02 +0100
commit84be765efd340d27079e3524acf20df5bfb11f1e (patch)
treeb20450d91b3985d768d7c400416276c7753c41ee /configure
parentab78dfb2abc1cfa7c3119d0bad619da9e155c535 (diff)
downloadprosody-84be765efd340d27079e3524acf20df5bfb11f1e.tar.gz
prosody-84be765efd340d27079e3524acf20df5bfb11f1e.zip
configure: Enable more compiler warnings
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 516ebaec..1343d34b 100755
--- a/configure
+++ b/configure
@@ -24,7 +24,7 @@ PRNG=
PRNGLIBS=
CFLAGS="-fPIC -std=c99"
-CFLAGS="$CFLAGS -Wall -pedantic"
+CFLAGS="$CFLAGS -Wall -pedantic -Wextra -Wshadow -Wformat=2"
LDFLAGS="-shared"
IDN_LIBRARY="idn"