Made debugging optional.
[fw/sdcc] / src / SDCCglobl.h
index c054ff9528ed2a4d1cd0bfb67a263ed025e1c441..a0b75c2a62d54708254ab5b762bad95f3d99c364 100644 (file)
@@ -200,6 +200,7 @@ struct options {
     int nopeep    : 1  ; /* no peep hole optimization */
     int asmpeep   : 1  ; /* pass inline assembler thru peep hole */
     int debug     : 1  ; /* generate extra debug info */
+    int nodebug          : 1  ; /* Generate no debug info. */
     int stackOnData:1  ; /* stack after data segment  */
     int noregparms: 1  ; /* do not pass parameters in registers */
     int c1mode   : 1  ; /* Act like c1 - no pre-proc, asm or link */