# HG changeset patch # User Kim Alvefur # Date 1552758191 -3600 # Node ID 2cf3dcf93d740fd93237b58af5f60051d1de93c0 # Parent 5810f22c47503b9f726384d755507c8f08bb2fe9 configure: Separate flags related to compiler warnings This should make it more obvious that these are related diff -r 5810f22c4750 -r 2cf3dcf93d74 configure --- a/configure Thu Mar 14 16:18:00 2019 +0000 +++ b/configure Sat Mar 16 18:43:11 2019 +0100 @@ -23,7 +23,8 @@ PRNG= PRNGLIBS= -CFLAGS="-fPIC -Wall -pedantic -std=c99" +CFLAGS="-fPIC -std=c99" +CFLAGS="$CFLAGS -Wall -pedantic" LDFLAGS="-shared" IDN_LIBRARY="idn"