diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-19 11:39:35 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-19 11:39:35 +0200 |
commit | 87e25db645913cdd9faabaa5d35bd21fe4087ac8 (patch) | |
tree | c275f1b675896419b8572e02acbfdbc2089c1949 /tests | |
parent | e3c18c5e39818b0f89332f6cea653dd5040dff39 (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.am | 2 |
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 |