summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/z80sim/ostest/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-09-15 14:18:15 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-09-15 14:18:15 +0000
commit388d6b8194689ea1c7a337f81c9bd19b17d1635d (patch)
treeadfdba82696e70936c1b2923e418c88977093394 /nuttx/configs/z80sim/ostest/Make.defs
parent6496c923c4d65766e32600a1efdf1fb4fc02921b (diff)
Add CONFIG_DEBUG_SYMBOLS
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2053 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/z80sim/ostest/Make.defs')
-rw-r--r--nuttx/configs/z80sim/ostest/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/z80sim/ostest/Make.defs b/nuttx/configs/z80sim/ostest/Make.defs
index e7895e0c6f..cd08364d6a 100644
--- a/nuttx/configs/z80sim/ostest/Make.defs
+++ b/nuttx/configs/z80sim/ostest/Make.defs
@@ -35,7 +35,7 @@
include ${TOPDIR}/.config
-ifeq ("${CONFIG_DEBUG}","y")
+ifeq ("${CONFIG_DEBUG_SYMBOLS}","y")
ARCHOPTIMIZATION = --debug
else
ARCHOPTIMIZATION =