mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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
|
||||
endif
|
||||
|
||||
ifeq ($(USE_STACK_CHECK),true)
|
||||
CFLAGS += -fstack-check
|
||||
CPPFLAGS += -fstack-check
|
||||
endif
|
||||
|
||||
ifeq ($(USE_COMPILER_DEBUG_OPTS),true)
|
||||
CFLAGS += -Wall -g3 -fstack-check -fexceptions
|
||||
CPPFLAGS += -Wall -g3 -fstack-check
|
||||
CFLAGS += -Wall -g3 -fexceptions
|
||||
CPPFLAGS += -Wall -g3
|
||||
LDFLAGS += -Wall -g3
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue