]> git.sur5r.net Git - cc65/blobdiff - doc/cl65.sgml
So far the built-in inlining of several known standard function was always (!) enable...
[cc65] / doc / cl65.sgml
index eef6a12a34974b6a66e2cf5cf27cf0616c5b8ef5..ffeba23213f9310ef76daed20f6586c7fe38a2c1 100644 (file)
@@ -54,9 +54,9 @@ Short options:
   -L path                       Specify a library search path
   -Ln name                      Create a VICE label file
   -O                            Optimize code
-  -Oi                           Optimize code, inline functions
+  -Oi                           Optimize code, inline more code
   -Or                           Optimize code, honour the register keyword
-  -Os                           Optimize code, inline known C funtions
+  -Os                           Optimize code, inline standard funtions
   -S                            Compile but don't assemble and link
   -T                            Include source as comment
   -V                            Print the version number