mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs-dev.mk: Add (disabled) USE_MCHECK
- Add (disabled) USE_MCHECK - Add export MALLOC_CHECK_ = 3 to make double free's abort Signed-off-by: Jan Lindemann <jan@jannet.de>
This commit is contained in:
parent
9c1d4e1cfa
commit
1e59559904
1 changed files with 4 additions and 0 deletions
|
|
@ -222,6 +222,7 @@ PKG_CONFIGDIRMODE ?= $(CFGDIRMODE)
|
||||||
#USE_DMALLOC ?= true
|
#USE_DMALLOC ?= true
|
||||||
#USE_EFENCE ?= true
|
#USE_EFENCE ?= true
|
||||||
#USE_VALGRIND ?= true
|
#USE_VALGRIND ?= true
|
||||||
|
#USE_MCHECK ?= true # not thread-safe
|
||||||
#USE_MEMWATCH ?= true
|
#USE_MEMWATCH ?= true
|
||||||
#USE_MPATROL ?= true
|
#USE_MPATROL ?= true
|
||||||
#USE_PROFILER ?= true
|
#USE_PROFILER ?= true
|
||||||
|
|
@ -241,3 +242,6 @@ USE_COMPILER_DEBUG_OPTS ?= true
|
||||||
#USE_ASSERTIONS ?= false
|
#USE_ASSERTIONS ?= false
|
||||||
BREAK_ABI ?= true
|
BREAK_ABI ?= true
|
||||||
#INSTALL_HOME_BIN_WRAPPERS ?= true
|
#INSTALL_HOME_BIN_WRAPPERS ?= true
|
||||||
|
|
||||||
|
export MALLOC_CHECK_ = 3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue