mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r463: build ldb with debugging when standalone
This commit is contained in:
parent
894e44022d
commit
77269e7ad6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user