debian: also enable gdb for modules
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16797 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3c36d26988
commit
2aec4718a3
|
@ -49,6 +49,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
|||
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
CFLAGS = -ggdb
|
||||
MOD_CFLAGS = -ggdb
|
||||
|
||||
FEATURES = --enable-core-libedit-support --enable-core-odbc-support --with-libcurl --with-openssl
|
||||
|
||||
|
|
Loading…
Reference in New Issue