diff options
author | H. Peter Anvin <hpa@zytor.com> | 2016-03-07 23:18:30 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2016-03-07 23:20:00 -0800 |
commit | 283b3fb15a91854dcf2f020dcc4fba586d9e0014 (patch) | |
tree | d3394c40907b175afb3ce4e3d1bc83c9e157b242 /nasm.txt | |
parent | 477ae4419cb9ae9f20a2201e60ec4073a9922359 (diff) | |
download | nasm-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.txt | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |