]> git.sur5r.net Git - cc65/blobdiff - src/ca65/global.h
New option --relax-checks that disable the check for a match beween size oif
[cc65] / src / ca65 / global.h
index 3bd302bda8c05f582fdcc858f0a745f1992888ca..8d03c01a7cf48c9a06762db6a00b83ec9de64d28 100644 (file)
@@ -67,6 +67,7 @@ extern unsigned char          SmartMode;          /* Smart mode */
 extern unsigned char           DbgSyms;            /* Add debug symbols */
 extern unsigned char           LineCont;           /* Allow line continuation */
 extern unsigned char    LargeAlignment;     /* Don't warn about large alignments */
+extern unsigned char    RelaxChecks;        /* Relax a few assembler checks */
 
 /* Emulation features */
 extern unsigned char           DollarIsPC;         /* Allow the $ symbol as current PC */