mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 22:50:39 +01:00
defs-dev.mk: Default USE_STACK_PROTECTOR to false
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
2a9cdc5540
commit
bc7468894e
1 changed files with 0 additions and 4 deletions
|
|
@ -284,11 +284,7 @@ COMPILE_DEBUG_CODE ?= true
|
||||||
USE_COMPILER_DEBUG_OPTS ?= true
|
USE_COMPILER_DEBUG_OPTS ?= true
|
||||||
#USE_COMPILER_OPTIMIZATION_OPTS ?= true
|
#USE_COMPILER_OPTIMIZATION_OPTS ?= true
|
||||||
USE_DISABLE_COMPILER_OPTIMISATION_OPTS ?= true
|
USE_DISABLE_COMPILER_OPTIMISATION_OPTS ?= true
|
||||||
ifeq ($(TARGET),mingw)
|
|
||||||
USE_STACK_PROTECTOR ?= false
|
USE_STACK_PROTECTOR ?= false
|
||||||
else
|
|
||||||
USE_STACK_PROTECTOR ?= true
|
|
||||||
endif
|
|
||||||
#USE_STACK_CHECKER ?= true
|
#USE_STACK_CHECKER ?= true
|
||||||
|
|
||||||
#USE_FUSE ?= true
|
#USE_FUSE ?= true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue