summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-08-16 21:17:27 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-08-16 21:17:27 -0700
commitc2834b9abe5d5f7d53710678f2923a05cc2a6c05 (patch)
tree77723284a0a5a83e9364ff864a8f01c0c899891d /doc
parent77c9bf6cd86c90fad8554eb49b11e94b4663b6ff (diff)
downloadnasm-c2834b9abe5d5f7d53710678f2923a05cc2a6c05.tar.gz
nasmdoc: the dbg output format is compiled in by default
These days, the dbg output format is compiled in by default, too. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/nasmdoc.src5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index a74503c2..243fb145 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -540,9 +540,8 @@ A complete list of the available debug file formats for an output
format can be seen by issuing the command \c{nasm -f <format> -y}. Not
all output formats currently support debugging output. See \k{opt-y}.
-This should not be confused with the \c{-f dbg} output format option which
-is not built into NASM by default. For information on how
-to enable it when building from the sources, see \k{dbgfmt}.
+This should not be confused with the \c{-f dbg} output format option,
+see \k{dbgfmt}.
\S{opt-g} The \i\c{-g} Option: Enabling \i{Debug Information}.