mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
cfg_dev.mk, defs.mk: Comment out USE_MPATROL and USE_DMALLOC
This commit is contained in:
parent
fe6ea7e5af
commit
cff94a55a4
2 changed files with 3 additions and 3 deletions
|
|
@ -47,10 +47,10 @@ FTP_PUB_DIR_ABS = $(JANNET_PROJ_DIR)/$(PROJECT)
|
|||
# cd $(MODDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz
|
||||
COMPILE_DEBUG_CODE = true
|
||||
#USE_DBMALLOC = true
|
||||
USE_DMALLOC = true
|
||||
#USE_DMALLOC = true
|
||||
#USE_MEMWATCH = true
|
||||
#USE_EFENCE = true
|
||||
USE_MPATROL = true
|
||||
#USE_MPATROL = true
|
||||
USE_COMPILER_DEBUG_OPTS = true
|
||||
#USE_COMPILER_OPTIMIZATION = true
|
||||
USE_TRACING = true
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ endif
|
|||
ifeq ($(USE_MPATROL),true)
|
||||
PROJECT_CFLAGS += -include $(MODDIR)/include/mpatrol.h
|
||||
#PROJECT_CPPFLAGS += -include $(MODDIR)/include/mpatrol.h
|
||||
PROJECT_LDFLAGS += -lmpatrolmt
|
||||
PROJECT_LDFLAGS += -lmpatrolmt -lbfd -liberty
|
||||
endif
|
||||
|
||||
ifeq ($(USE_TIMER),true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue