* Optimised many of the library functions
[fw/sdcc] / src / SDCCglobl.h
index a12cea74c59b87dc35c1184d317a01be73b8a3c2..b887e795ccb1873be4bf4604e84683a3b5ea730e 100644 (file)
@@ -217,7 +217,7 @@ struct options
     int noRegParams;            /* Disable passing some parameters in registers */
     int verbose;               /* Show what the compiler is doing */
     int shortis8bits;           /* treat short like int or char */
-
+    int profile;                /* Turn on extra profiling information */
     char *calleeSaves[128];    /* list of functions using callee save */
     char *excludeRegs[32];     /* registers excluded from saving */