From 1237f57cbb2a78bdf86a4b6200765886abdaf241 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 1 Aug 2004 21:43:29 +0000 Subject: document mixasm -O option and delete references to -g. --- doc/mdk_mixasm.texi | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'doc/mdk_mixasm.texi') 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 -- cgit v1.2.3