diff options
author | Kim Alvefur <zash@zash.se> | 2019-03-16 18:43:11 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-03-16 18:43:11 +0100 |
commit | d22354c8aafecdb0fef59165c3318f00817c855c (patch) | |
tree | f742c5d5e2f17e69cea94f234717dccc14e631ac /configure | |
parent | 8c6de8ceba4bffa55a022b141d6ce70aae0d6d65 (diff) | |
download | prosody-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-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |