Condition on optimization backward

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@761 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-06-01 15:29:10 +00:00
parent c7931a021e
commit 3c6442bf00
3 changed files with 6 additions and 6 deletions

View File

@ -36,8 +36,8 @@
include ${TOPDIR}/.config
HOSTOS = ${shell uname -o}
ifneq ("${CONFIG_DEBUG}","y")
ifeq ($(CONFIG_DEBUG),y)
ARCHOPTIMIZATION = -g
else
ARCHOPTIMIZATION = -O2

View File

@ -36,8 +36,8 @@
include ${TOPDIR}/.config
HOSTOS = ${shell uname -o}
ifneq ("${CONFIG_DEBUG}","y")
ifeq ($(CONFIG_DEBUG),y)
ARCHOPTIMIZATION = -g
else
ARCHOPTIMIZATION = -O2

View File

@ -36,8 +36,8 @@
include ${TOPDIR}/.config
HOSTOS = ${shell uname -o}
ifneq ("${CONFIG_DEBUG}","y")
ifeq ($(CONFIG_DEBUG),y)
ARCHOPTIMIZATION = -g
else
ARCHOPTIMIZATION = -O2