- reinstate dmalloc and efence support
This commit is contained in:
parent
0eec4abb13
commit
58a275b303
@ -382,7 +382,6 @@ config WERROR
|
|||||||
choice
|
choice
|
||||||
prompt "Additional debugging library"
|
prompt "Additional debugging library"
|
||||||
default NO_DEBUG_LIB
|
default NO_DEBUG_LIB
|
||||||
depends on DEBUG
|
|
||||||
help
|
help
|
||||||
Using an additional debugging library will make BusyBox become
|
Using an additional debugging library will make BusyBox become
|
||||||
considerable larger and will cause it to run more slowly. You
|
considerable larger and will cause it to run more slowly. You
|
||||||
|
@ -58,4 +58,13 @@ endif
|
|||||||
ifeq ($(CONFIG_SELINUX),y)
|
ifeq ($(CONFIG_SELINUX),y)
|
||||||
LDFLAGS += -lselinux -lsepol
|
LDFLAGS += -lselinux -lsepol
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_EFENCE),y)
|
||||||
|
LDFLAGS += -lefence
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_DMALLOC),y)
|
||||||
|
LDFLAGS += -ldmalloc
|
||||||
|
endif
|
||||||
|
|
||||||
#LDFLAGS += -nostdlib
|
#LDFLAGS += -nostdlib
|
||||||
|
Loading…
Reference in New Issue
Block a user