mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 13:37:38 +01:00
defs.mk: Switched off -fstack-check by default, because it confused the hell out of valgrind
This commit is contained in:
parent
f89e3680a8
commit
611ba90b83
1 changed files with 7 additions and 2 deletions
|
|
@ -457,9 +457,14 @@ ifeq ($(USE_MPATROL),true)
|
||||||
LDFLAGS += -lmpatrolmt -lbfd -liberty
|
LDFLAGS += -lmpatrolmt -lbfd -liberty
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(USE_STACK_CHECK),true)
|
||||||
|
CFLAGS += -fstack-check
|
||||||
|
CPPFLAGS += -fstack-check
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_COMPILER_DEBUG_OPTS),true)
|
ifeq ($(USE_COMPILER_DEBUG_OPTS),true)
|
||||||
CFLAGS += -Wall -g3 -fstack-check -fexceptions
|
CFLAGS += -Wall -g3 -fexceptions
|
||||||
CPPFLAGS += -Wall -g3 -fstack-check
|
CPPFLAGS += -Wall -g3
|
||||||
LDFLAGS += -Wall -g3
|
LDFLAGS += -Wall -g3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue