]> git.sur5r.net Git - cc65/commitdiff
List of short options were missing
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 10 Oct 2002 21:47:43 +0000 (21:47 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 10 Oct 2002 21:47:43 +0000 (21:47 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1462 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/cc65.sgml

index 48b6fcc8d4f648309951f48355dd95b11380b636..8fbcfc05ab8e22a230078c29e34104295100d2ef 100644 (file)
@@ -54,6 +54,24 @@ The compiler may be called as follows:
 ---------------------------------------------------------------------------
 Usage: cc65 [options] file
 Short options:
+  -A                    Strict ANSI mode
+  -Cl                   Make local variables static
+  -Dsym[=defn]          Define a symbol
+  -I dir                Set an include directory search path
+  -O                    Optimize code
+  -Oi                   Optimize code, inline more code
+  -Or                   Enable register variables
+  -Os                   Inline some known functions
+  -T                    Include source as comment
+  -V                    Print the compiler version number
+  -W                    Suppress warnings
+  -d                    Debug mode
+  -g                    Add debug info to object file
+  -h                    Help (this text)
+  -j                    Default characters are signed
+  -o name               Name the output file
+  -t sys                Set the target system
+  -v                    Increase verbosity
 
 Long options:
   --add-source          Include source as comment