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
commitcfbebf9baa57a17a4d47b5c32b77a755a08869b6 (patch)
treeb20450d91b3985d768d7c400416276c7753c41ee /configure
parentd22354c8aafecdb0fef59165c3318f00817c855c (diff)
downloadprosody-cfbebf9baa57a17a4d47b5c32b77a755a08869b6.tar.gz
prosody-cfbebf9baa57a17a4d47b5c32b77a755a08869b6.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"