1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-03 17:47:44 +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 3a7bbc8b08
commit 47a14884d6

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