Added alternate lexer
[fw/sdcc] / src / SDCCmem.c
index ca4eff72c20b6d5fa767df5df18348adb44f4cf9..b3c8381f50cfae85bac5f6e1ad5e92e08ee72b86 100644 (file)
@@ -865,7 +865,7 @@ void redoStackOffsets ()
 
     /* if the debug option is set then output the
        symbols to the map file */
-    if (options.debug) {
+    if (options.debug && !options.nodebug) {
        for (sym = setFirstItem(istack->syms); sym;
             sym = setNextItem(istack->syms))
            cdbSymbol(sym,cdbFile,FALSE,FALSE);