mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Add -fstack-check and -fexceptions to CFLAGS
This commit is contained in:
parent
c153a14130
commit
f89e3680a8
1 changed files with 2 additions and 2 deletions
|
|
@ -458,8 +458,8 @@ ifeq ($(USE_MPATROL),true)
|
|||
endif
|
||||
|
||||
ifeq ($(USE_COMPILER_DEBUG_OPTS),true)
|
||||
CFLAGS += -Wall -g3
|
||||
CPPFLAGS += -Wall -g3
|
||||
CFLAGS += -Wall -g3 -fstack-check -fexceptions
|
||||
CPPFLAGS += -Wall -g3 -fstack-check
|
||||
LDFLAGS += -Wall -g3
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue