mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Add -Wall to default CFLAGS
This commit is contained in:
parent
ee76996984
commit
f28bae1905
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -15,7 +15,7 @@ OPENSSL_LIB=crypto
|
|||
CC=gcc
|
||||
LD=gcc
|
||||
|
||||
CFLAGS="-fPIC"
|
||||
CFLAGS="-fPIC -Wall"
|
||||
LFLAGS="-shared"
|
||||
|
||||
# Help
|
||||
|
@ -140,7 +140,7 @@ then
|
|||
LUA_INCDIR_SET=yes
|
||||
LUA_LIBDIR=/usr/local/lib
|
||||
LUA_LIBDIR_SET=yes
|
||||
CFLAGS=""
|
||||
CFLAGS="-Wall"
|
||||
LFLAGS="-bundle -undefined dynamic_lookup"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue