mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
cfg_dev.mk, cfg_dist.mk: Add USE_DMALLOC
This commit is contained in:
parent
a702e5b714
commit
e15a191f60
2 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ LIBTYPE = static
|
|||
# cd $(MODDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz
|
||||
COMPILE_DEBUG_CODE = true
|
||||
#USE_DBMALLOC = true
|
||||
USE_DMALLOC = true
|
||||
#USE_MEMWATCH = true
|
||||
#USE_EFENCE = true
|
||||
USE_COMPILER_DEBUG_OPTS = true
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ LIBTYPE = static
|
|||
# cd $(MODDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz
|
||||
#COMPILE_DEBUG_CODE = true
|
||||
#USE_DBMALLOC = true
|
||||
#USE_DMALLOC = true
|
||||
#USE_MEMWATCH = true
|
||||
#USE_EFENCE = true
|
||||
#USE_COMPILER_DEBUG_OPTS = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue