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