summaryrefslogtreecommitdiff
path: root/channels/misdn/Makefile
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2006-04-04 19:09:26 +0000
committerChristian Richter <christian.richter@beronet.com>2006-04-04 19:09:26 +0000
commitd7a839a2997e45b4d037fb150e12b1d4ea1a1754 (patch)
tree76e5948654b22e04412a523f65040f437f1f3ee8 /channels/misdn/Makefile
parentf8f83ff9b894fac813b2748afecc578cbe335639 (diff)
fixed some essential segfaults happening under heavy load. Added a bit more error handling if we receive wrong data form mISDN (e.g. if we crashed before => handle_err() ). Added first steps to implement the parseing of the connected party number.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17404 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/misdn/Makefile')
-rw-r--r--channels/misdn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/misdn/Makefile b/channels/misdn/Makefile
index 1db4ee698..e0e63d7fe 100644
--- a/channels/misdn/Makefile
+++ b/channels/misdn/Makefile
@@ -5,7 +5,7 @@
#
# Verify those options with main Makefile
-CFLAGS = -pipe -c -Wall
+CFLAGS = -pipe -c -Wall -ggdb
ifeq ($(shell uname -m),x86_64)
CFLAGS += -fPIC
endif