aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-16 04:11:48 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-16 04:11:48 +0000
commitc7548920ce51bd05cb0b6c3d84f01b8e3fee2568 (patch)
treedd9af6364fc46248e3285bf57c608e76ee21e648 /Makefile
parent21a0359fab067eb9ab1808f268a4c9a1e08c8635 (diff)
small debugging information change
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7111 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e5dab8a32..1d4b7c222 100755
--- a/Makefile
+++ b/Makefile
@@ -50,8 +50,8 @@ endif
#Overwite config files on "make samples"
OVERWRITE=y
-#Include debug symbols in the executables (-g) and profiling info (-pg)
-DEBUG=-g #-pg
+#Include debug and macro symbols in the executables (-g) and profiling info (-pg)
+DEBUG=-g3 #-pg
#Set NOCRYPTO to yes if you do not want to have crypto support or
#dependencies