summaryrefslogtreecommitdiff
path: root/nasm.txt
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2016-03-07 23:18:30 -0800
committerH. Peter Anvin <hpa@zytor.com>2016-03-07 23:20:00 -0800
commit283b3fb15a91854dcf2f020dcc4fba586d9e0014 (patch)
treed3394c40907b175afb3ce4e3d1bc83c9e157b242 /nasm.txt
parent477ae4419cb9ae9f20a2201e60ec4073a9922359 (diff)
downloadnasm-283b3fb15a91854dcf2f020dcc4fba586d9e0014.tar.gz
Defer debug format search until after command line parsing
Avoid funnies with ordering of debug format selection by deferring debug format search until after command line processing. Also permit the -gformat syntax used by many C compilers. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'nasm.txt')
-rw-r--r--nasm.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/nasm.txt b/nasm.txt
index 55f9a05b..a28202f9 100644
--- a/nasm.txt
+++ b/nasm.txt
@@ -47,7 +47,10 @@ OPTIONS
formats, use the *-y* option (for example *-felf -y*).
*-g*::
- Causes *nasm* to generate debug information in selected format.
+ Causes *nasm* to generate debug information.
+
+*-g*'format'::
+ Equivalent to **-g -F**__ format__.
*-h*::
Causes *nasm* to exit immediately, after giving a summary of its