mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs-dev.mk, defs.mk, run.mk: Fix mingw32 build
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c4113b3204
commit
a7dc00db87
3 changed files with 14 additions and 8 deletions
|
|
@ -275,7 +275,11 @@ COMPILE_DEBUG_CODE ?= true
|
|||
#COMPILE_DEBUG_LOG ?= true
|
||||
USE_COMPILER_DEBUG_OPTS ?= true
|
||||
#USE_COMPILER_OPTIMIZATION_OPTS ?= true
|
||||
ifeq ($(TARGET),mingw)
|
||||
USE_STACK_PROTECTOR ?= false
|
||||
else
|
||||
USE_STACK_PROTECTOR ?= true
|
||||
endif
|
||||
#USE_STACK_CHECKER ?= true
|
||||
|
||||
#USE_FUSE ?= true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue