defs-dev.mk: Default USE_STACK_PROTECTOR to false

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-03-18 10:34:01 +00:00
commit bc7468894e

View file

@ -284,11 +284,7 @@ COMPILE_DEBUG_CODE ?= true
USE_COMPILER_DEBUG_OPTS ?= true
#USE_COMPILER_OPTIMIZATION_OPTS ?= true
USE_DISABLE_COMPILER_OPTIMISATION_OPTS ?= true
ifeq ($(TARGET),mingw)
USE_STACK_PROTECTOR ?= false
else
USE_STACK_PROTECTOR ?= true
endif
#USE_STACK_CHECKER ?= true
#USE_FUSE ?= true