summaryrefslogtreecommitdiffhomepage
path: root/doc/mdk_mixasm.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mdk_mixasm.texi')
-rw-r--r--doc/mdk_mixasm.texi17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/mdk_mixasm.texi b/doc/mdk_mixasm.texi
index c5d8765..4a956c1 100644
--- a/doc/mdk_mixasm.texi
+++ b/doc/mdk_mixasm.texi
@@ -1,10 +1,10 @@
@c -*-texinfo-*-
@c This is part of the GNU MDK Reference Manual.
-@c Copyright (C) 2000, 2001, 2003
+@c Copyright (C) 2000, 2001, 2003, 2004
@c Free Software Foundation, Inc.
@c See the file mdk.texi for copying conditions.
-@c $Id: mdk_mixasm.texi,v 1.7 2003/06/04 00:03:19 jao Exp $
+@c $Id: mdk_mixasm.texi,v 1.8 2004/08/01 21:43:29 jao Exp $
@node mixasm, mixvm, Emacs tools, Top
@comment node-name, next, previous, up
@@ -45,8 +45,8 @@ line options (note, that, following GNU's conventions, we provide a long
option name for each available single letter switch):
@example
-mixasm [-vhulg] [-o OUTPUT_FILE] [--version] [--help] [--usage]
- [--debug] [--output=OUTPUT_FILE] [--list[=LIST_FILE]] file
+mixasm [-vhulO] [-o OUTPUT_FILE] [--version] [--help] [--usage]
+ [--ndebug] [--output=OUTPUT_FILE] [--list[=LIST_FILE]] file
@end example
@noindent
@@ -64,10 +64,11 @@ Prints version and copyleft information and exits.
Prints a summary of available options and exits.
@end defopt
-@defopt -g
-@defoptx --debug
-Includes debugging information in the compiled file, allowing breakpoint
-setting at source level and symbol table inspection under @code{mixvm}.
+@defopt -O
+@defoptx --ndebug
+Do not include debugging information in the compiled file, saving
+space but disallowing breakpoint setting at source level and symbol
+table inspection under @code{mixvm}.
@end defopt
@defopt -o output_file