mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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
|
CC=gcc
|
||||||
LD=gcc
|
LD=gcc
|
||||||
|
|
||||||
CFLAGS="-fPIC"
|
CFLAGS="-fPIC -Wall"
|
||||||
LFLAGS="-shared"
|
LFLAGS="-shared"
|
||||||
|
|
||||||
# Help
|
# Help
|
||||||
|
@ -140,7 +140,7 @@ then
|
||||||
LUA_INCDIR_SET=yes
|
LUA_INCDIR_SET=yes
|
||||||
LUA_LIBDIR=/usr/local/lib
|
LUA_LIBDIR=/usr/local/lib
|
||||||
LUA_LIBDIR_SET=yes
|
LUA_LIBDIR_SET=yes
|
||||||
CFLAGS=""
|
CFLAGS="-Wall"
|
||||||
LFLAGS="-bundle -undefined dynamic_lookup"
|
LFLAGS="-bundle -undefined dynamic_lookup"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue