defs-dist.mk: Support USE_STACK_PROTECTOR and USE_STACK_CHECKER

Add support for make variables USE_STACK_PROTECTOR and USE_STACK_CHECKER

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-03-20 20:22:59 +00:00
commit ea02655437
3 changed files with 18 additions and 3 deletions

View file

@ -273,7 +273,9 @@ LOG_THREAD_NAMES ?= true
#COMPILE_DEBUG_CODE ?= true
#COMPILE_DEBUG_LOG ?= true
USE_COMPILER_DEBUG_OPTS ?= true
#USE_COMPILER_OPTIMIZATION_OPTS ?= true
USE_COMPILER_OPTIMIZATION_OPTS ?= true
USE_STACK_PROTECTOR ?= true
#USE_STACK_CHECKER ?= true
#USE_FUSE ?= true
#USE_SNDFILE ?= true