From: uz Date: Mon, 20 Aug 2012 20:07:05 +0000 (+0000) Subject: New option --relax-checks that disable the check for a match beween size oif X-Git-Tag: V2.14~262 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c1bbf69d720354ffb37280027b3be7d9da567e66;p=cc65 New option --relax-checks that disable the check for a match beween size oif an expression and the address size. Will allow short branches between segments among other things. Suggested by Spiro Trikaliotis. git-svn-id: svn://svn.cc65.org/cc65/trunk@5810 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/ca65.sgml b/doc/ca65.sgml index a698b701b..b29912de2 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -120,6 +120,7 @@ Long options: --macpack-dir dir Set a macro package directory --memory-model model Set the memory model --pagelength n Set the page length for the listing + --relax-checks Relax some checks (see docs) --smart Enable smart mode --target sys Set the target system --verbose Increase verbosity @@ -276,6 +277,20 @@ Here is a description of all the command line options: id=".PAGELENGTH" name=".PAGELENGTH"> directive for more information. +