mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
configure: Move -ggdb flag here from util-src/Make
This commit is contained in:
parent
5e8e7dacdd
commit
5cc3f59002
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -113,7 +113,7 @@ do
|
||||||
RUNWITH="lua$LUA_SUFFIX"
|
RUNWITH="lua$LUA_SUFFIX"
|
||||||
LUA_INCDIR="/usr/include/lua$LUA_SUFFIX"
|
LUA_INCDIR="/usr/include/lua$LUA_SUFFIX"
|
||||||
LUA_INCDIR_SET=yes
|
LUA_INCDIR_SET=yes
|
||||||
CFLAGS="$CFLAGS -D_GNU_SOURCE"
|
CFLAGS="$CFLAGS -ggdb -D_GNU_SOURCE"
|
||||||
fi
|
fi
|
||||||
if [ "$OSTYPE" = "macosx" ]; then
|
if [ "$OSTYPE" = "macosx" ]; then
|
||||||
LUA_INCDIR=/usr/local/include;
|
LUA_INCDIR=/usr/local/include;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
include ../config.unix
|
include ../config.unix
|
||||||
|
|
||||||
CFLAGS+=-ggdb -I$(LUA_INCDIR)
|
CFLAGS+=-I$(LUA_INCDIR)
|
||||||
|
|
||||||
INSTALL_DATA=install -m644
|
INSTALL_DATA=install -m644
|
||||||
TARGET?=../util/
|
TARGET?=../util/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue