summaryrefslogtreecommitdiff
path: root/nasm.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add group aliases for all prefixed warnings.H. Peter Anvin2019-06-061-2/+2
| | | | | | | For example, -w+float will now enable all warnings with names staring with float-*. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Defer debug format search until after command line parsingH. Peter Anvin2016-03-071-1/+4
| | | | | | | | 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>
* BR3392248: Update nasm manualCyrill Gorcunov2013-04-201-0/+4
| | | | | | Add -W description Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
* BR3392248: Update nasm manualCyrill Gorcunov2013-04-201-2/+9
| | | | Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
* man: Generate manpages from asciidoc formatCyrill Gorcunov2013-02-171-0/+292
The asciidoc format is a way more easier to read by a human. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>