diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 027e75020..a1731879a 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -61,7 +61,7 @@ Short options: -Os Inline some known functions -T Include source as comment -V Print the compiler version number - -W Suppress warnings + -W warning[,...] Suppress warnings -d Debug mode -g Add debug info to object file -h Help (this text) @@ -92,6 +92,7 @@ Long options: --help Help (this text) --include-dir dir Set an include directory search path --list-opt-steps List all optimizer steps and exit + --list-warnings List available warning types for -W --local-strings Emit string literals immediately --memory-model model Set the memory model --register-space b Set space available for register variables @@ -222,6 +223,13 @@ Here is a description of all the command line options: Print the short option summary shown above. +