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 | ab78dfb2abc1cfa7c3119d0bad619da9e155c535 (patch) | |
tree | f742c5d5e2f17e69cea94f234717dccc14e631ac /configure | |
parent | ae2df5b05cac3568c34f61c173391c3097f90817 (diff) | |
download | prosody-ab78dfb2abc1cfa7c3119d0bad619da9e155c535.tar.gz prosody-ab78dfb2abc1cfa7c3119d0bad619da9e155c535.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" |