summaryrefslogtreecommitdiff
path: root/nuttx/configs/amber/hello
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/amber/hello')
-rw-r--r--nuttx/configs/amber/hello/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/amber/hello/Make.defs b/nuttx/configs/amber/hello/Make.defs
index 1c2d8b89e..15c31f192 100644
--- a/nuttx/configs/amber/hello/Make.defs
+++ b/nuttx/configs/amber/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