From: uz Date: Sat, 12 Sep 2009 22:04:35 +0000 (+0000) Subject: Fixed a few inaccuracies the the description of the --codesize option. X-Git-Tag: V2.13.0rc1~96 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4ee6bf6f2cd1841ab69f52f78abe7d4aabddaecd;p=cc65 Fixed a few inaccuracies the the description of the --codesize option. git-svn-id: svn://svn.cc65.org/cc65/trunk@4160 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 2b824848c..a0a01c1c4 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -131,7 +131,7 @@ Here is a description of all the command line options: This options allows finer control about speed vs. size decisions in the code generation and optimization phases. It gives the allowed size increase factor (in percent). The default is 100 when not using --cpu CPU @@ -340,7 +340,7 @@ Here is a description of all the command line options: runtime functions would have been called, even if the generated code is larger. This will not only remove the overhead for a function call, but will make the code visible for the optimizer. The