1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r463: build ldb with debugging when standalone

(This used to be commit 77269e7ad6f569585d5fad37ee63169c4eee3f01)
This commit is contained in:
Andrew Tridgell 2004-05-04 05:58:52 +00:00 committed by Gerald (Jerry) Carter
parent d6f20f8e92
commit 73744d1ed6

View File

@ -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