mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs-*.mk: Add USE_DISABLE_COMPILER_OPTIMISATION_OPTS
USE_DISABLE_COMPILER_OPTIMISATION_OPTS = true disables options targeted at disabling optimization features, which were introduced to facilitate debugging in the first place, but make the commandline harder to compare to others while troubleshooting the compile process Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a65a1df971
commit
5aee508df9
3 changed files with 3 additions and 1 deletions
|
|
@ -283,6 +283,7 @@ COMPILE_DEBUG_CODE ?= true
|
|||
#COMPILE_DEBUG_LOG ?= 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue