diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-05-04 05:58:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:44 -0500 |
commit | 73744d1ed6ba3b2d003eb029b9e9a0296ce895e6 (patch) | |
tree | 5c9bc8e649ad0252cc573020b0e3a8c4917bf0e9 /source4/lib | |
parent | d6f20f8e92bbbf7b8ac5ace83aae15bad8ef8bba (diff) | |
download | samba-73744d1ed6ba3b2d003eb029b9e9a0296ce895e6.tar.gz samba-73744d1ed6ba3b2d003eb029b9e9a0296ce895e6.tar.bz2 samba-73744d1ed6ba3b2d003eb029b9e9a0296ce895e6.zip |
r463: build ldb with debugging when standalone
(This used to be commit 77269e7ad6f569585d5fad37ee63169c4eee3f01)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/Makefile.ldb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.ldb b/source4/lib/ldb/Makefile.ldb index dfd429ecc8..d05ad546a2 100644 --- a/source4/lib/ldb/Makefile.ldb +++ b/source4/lib/ldb/Makefile.ldb @@ -11,7 +11,7 @@ endif TDBDIR=../tdb -CFLAGS=-Wall -O3 -Iinclude -I. -I.. -DSTANDALONE=1 -DUSE_MMAP=1 $(LDAP_FLAGS) +CFLAGS=-Wall -g -Iinclude -I. -I.. -DSTANDALONE=1 -DUSE_MMAP=1 $(LDAP_FLAGS) LIB_FLAGS=-Llib -lldb $(LDAP_LIBS) TDB_OBJ=$(TDBDIR)/tdb.o $(TDBDIR)/spinlock.o |