From 2aec4718a37b5ee753dd2b6b71d35d2e4b395706 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Wed, 24 Feb 2010 12:48:40 +0000 Subject: [PATCH] debian: also enable gdb for modules git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16797 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 066cfa078d..54b4dac04e 100755 --- a/debian/rules +++ b/debian/rules @@ -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