diff options
author | Kim Alvefur <zash@zash.se> | 2019-03-16 18:51:02 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-03-16 18:51:02 +0100 |
commit | cfbebf9baa57a17a4d47b5c32b77a755a08869b6 (patch) | |
tree | b20450d91b3985d768d7c400416276c7753c41ee /configure | |
parent | d22354c8aafecdb0fef59165c3318f00817c855c (diff) | |
download | prosody-cfbebf9baa57a17a4d47b5c32b77a755a08869b6.tar.gz prosody-cfbebf9baa57a17a4d47b5c32b77a755a08869b6.zip |
configure: Enable more compiler warnings
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |