Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-10-19 11:39:35 +0200
committerArthur de Jong <arthur@arthurdejong.org>2007-10-19 11:39:35 +0200
commit87e25db645913cdd9faabaa5d35bd21fe4087ac8 (patch)
treec275f1b675896419b8572e02acbfdbc2089c1949 /tests
parente3c18c5e39818b0f89332f6cea653dd5040dff39 (diff)
include debugging information in object files
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@442 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3a7d46a..7d46911 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -27,7 +27,7 @@ noinst_PROGRAMS = test_aliases test_ethers test_group test_hosts \
test_rpc test_services test_shadow
AM_CPPFLAGS = -I$(top_srcdir)
-AM_CFLAGS = -pthread
+AM_CFLAGS = -pthread -g
# the following enables verbose protocol debugging information to be dumped
#AM_CPPFLAGS += -DDEBUG_PROT -DDEBUG_PROT_DUMP