1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

o Turn on pool debugging by default (-DDEBUG_POOL)

This commit is contained in:
Joe Thornber 2001-11-28 09:07:53 +00:00
parent b9adad95c8
commit f8107626d0

View File

@ -58,7 +58,7 @@ CFLAGS+=-g -fno-omit-frame-pointer
#CFLAGS+=-pg
#LD_FLAGS=-pg
CFLAGS+=-DDEBUG_MEM -DDEBUG
CFLAGS+=-DDEBUG_MEM -DDEBUG -DDEBUG_POOL
#CFLAGS+=-DBOUNDS_CHECK
INCLUDES+=-I. -I$(top_srcdir)/include