Added alternate lexer
[fw/sdcc] / src / SDCCglue.c
index 448034e8ea3775cc329cf45b471780cdefd3b431..3b329f912c3d6d5b4d70c21a47b21813074fd947 100644 (file)
@@ -1032,7 +1032,7 @@ void glue ()
     
     addSetHead(&tmpfileSet,ovrFile);
     /* print the global struct definitions */
-    if (options.debug)
+    if (options.debug && !options.nodebug)
        cdbStructBlock (0,cdbFile);
 
     vFile = tempfile();