summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/sim/mount/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sim/mount/Make.defs')
-rw-r--r--nuttx/configs/sim/mount/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/sim/mount/Make.defs b/nuttx/configs/sim/mount/Make.defs
index df5512765e..4bad4c1835 100644
--- a/nuttx/configs/sim/mount/Make.defs
+++ b/nuttx/configs/sim/mount/Make.defs
@@ -37,7 +37,7 @@ include ${TOPDIR}/.config
HOSTOS = ${shell uname -o}
-ifeq ($(CONFIG_DEBUG),y)
+ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
ARCHOPTIMIZATION = -g
else
ARCHOPTIMIZATION = -O2
@@ -73,7 +73,7 @@ else
EXEEXT =
endif
-ifeq ("${CONFIG_DEBUG}","y")
+ifeq ("${CONFIG_DEBUG_SYMBOLS}","y")
LDFLAGS += -g
endif