Software /
code /
prosody
Comparison
configure @ 7613:1169097e0ef8
Move C compiler flag -pedantic from Makefile to configure
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 19 Aug 2016 15:59:12 +0200 |
parent | 7611:0231b50ec959 |
child | 7614:bbdd97b913ea |
comparison
equal
deleted
inserted
replaced
7612:6ae8dae68ec4 | 7613:1169097e0ef8 |
---|---|
19 RUNWITH="lua" | 19 RUNWITH="lua" |
20 EXCERTS="yes" | 20 EXCERTS="yes" |
21 PRNG= | 21 PRNG= |
22 PRNGLIBS= | 22 PRNGLIBS= |
23 | 23 |
24 CFLAGS="-fPIC -Wall" | 24 CFLAGS="-fPIC -Wall -pedantic" |
25 LDFLAGS="-shared" | 25 LDFLAGS="-shared" |
26 | 26 |
27 IDN_LIBRARY="idn" | 27 IDN_LIBRARY="idn" |
28 # Help | 28 # Help |
29 | 29 |