Software /
code /
prosody
Comparison
configure @ 9860:2cf3dcf93d74
configure: Separate flags related to compiler warnings
This should make it more obvious that these are related
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 16 Mar 2019 18:43:11 +0100 |
parent | 9679:4f02aaf40ee9 |
child | 9861:84916bbe5985 |
comparison
equal
deleted
inserted
replaced
9859:5810f22c4750 | 9860:2cf3dcf93d74 |
---|---|
21 RUNWITH="lua" | 21 RUNWITH="lua" |
22 EXCERTS="yes" | 22 EXCERTS="yes" |
23 PRNG= | 23 PRNG= |
24 PRNGLIBS= | 24 PRNGLIBS= |
25 | 25 |
26 CFLAGS="-fPIC -Wall -pedantic -std=c99" | 26 CFLAGS="-fPIC -std=c99" |
27 CFLAGS="$CFLAGS -Wall -pedantic" | |
27 LDFLAGS="-shared" | 28 LDFLAGS="-shared" |
28 | 29 |
29 IDN_LIBRARY="idn" | 30 IDN_LIBRARY="idn" |
30 # Help | 31 # Help |
31 | 32 |