summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3/hello/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/micropendous3/hello/Make.defs')
-rw-r--r--nuttx/configs/micropendous3/hello/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/micropendous3/hello/Make.defs b/nuttx/configs/micropendous3/hello/Make.defs
index bd48d79c9..69073bb43 100644
--- a/nuttx/configs/micropendous3/hello/Make.defs
+++ b/nuttx/configs/micropendous3/hello/Make.defs
@@ -88,7 +88,7 @@ NM = $(CROSSDEV)nm
OBJCOPY = $(CROSSDEV)objcopy
OBJDUMP = $(CROSSDEV)objdump
-ifeq ("${CONFIG_DEBUG_SYMBOLS}","y")
+ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
ARCHOPTIMIZATION = -g
else
ARCHOPTIMIZATION = $(MAXOPTIMIZATION) -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer