mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Fix LDFLAGS for efence
This commit is contained in:
parent
667b14e70e
commit
5c1ca9725d
1 changed files with 4 additions and 0 deletions
|
|
@ -340,6 +340,10 @@ ifeq ($(USE_STACK_PROTECTOR),true)
|
|||
# PROJECT_CFLAGS += -fstack-protector
|
||||
endif
|
||||
|
||||
ifeq ($(USE_EFENCE),true)
|
||||
LDFLAGS += -lefence
|
||||
endif
|
||||
|
||||
ifneq ($(wildcard $(TOPDIR)/make/local.mk),)
|
||||
include $(TOPDIR)/make/local.mk
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue