mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 07:13:55 +01:00
bugfix: Replace -NDEBUG by -DNDEBUG
This commit is contained in:
parent
3e9de8d25e
commit
8012ed8496
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ ifeq ($(USE_COMPILER_DEBUG_OPTS),true)
|
||||||
PROJECT_LDFLAGS += -Wall -g3
|
PROJECT_LDFLAGS += -Wall -g3
|
||||||
else
|
else
|
||||||
ifeq ($(USE_COMPILER_OPTIMIZATION_OPTS),true)
|
ifeq ($(USE_COMPILER_OPTIMIZATION_OPTS),true)
|
||||||
PROJECT_CFLAGS += -funroll-loops -O2 -NDEBUG
|
PROJECT_CFLAGS += -funroll-loops -O2 -DNDEBUG
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue