mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
configure: Separate flags related to compiler warnings
This should make it more obvious that these are related
This commit is contained in:
parent
8c6de8ceba
commit
d22354c8aa
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -23,7 +23,8 @@ EXCERTS="yes"
|
||||||
PRNG=
|
PRNG=
|
||||||
PRNGLIBS=
|
PRNGLIBS=
|
||||||
|
|
||||||
CFLAGS="-fPIC -Wall -pedantic -std=c99"
|
CFLAGS="-fPIC -std=c99"
|
||||||
|
CFLAGS="$CFLAGS -Wall -pedantic"
|
||||||
LDFLAGS="-shared"
|
LDFLAGS="-shared"
|
||||||
|
|
||||||
IDN_LIBRARY="idn"
|
IDN_LIBRARY="idn"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue