From: uz Date: Tue, 8 Dec 2009 20:35:24 +0000 (+0000) Subject: New option and #pragma --local-strings that causes string literals to be X-Git-Tag: V2.13.1~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7d94dc50a11d5945c6c972f685a085a849550f12;p=cc65 New option and #pragma --local-strings that causes string literals to be output immediately. git-svn-id: svn://svn.cc65.org/cc65/trunk@4504 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 6ae45dcac..fcbe186a2 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -84,6 +84,7 @@ Long options: --forget-inc-paths Forget include search paths --help Help (this text) --include-dir dir Set an include directory search path + --local-strings Emit string literals immediately --register-space b Set space available for register variables --register-vars Enable register variables --rodata-name seg Set the name of the RODATA segment @@ -192,6 +193,20 @@ Here is a description of all the command line options: Print the short option summary shown above. +