diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 55b84ed5c..b53007e46 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -63,6 +63,9 @@ Short options: -V Print the compiler version number -W [-+]warning[,...] Control warnings ('-' disables, '+' enables) -d Debug mode + -dD Output all macro definitions (needs -E) + -dM Output user defined macros (needs -E) + -dN Output user defined macro names (needs -E) -g Add debug info to object file -h Help (this text) -j Default characters are signed @@ -199,6 +202,26 @@ Here is a description of all the command line options: Enables debug mode, for debugging the behavior of cc65. +