mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
help: Print that -Ox is a default optimization level
Reported-by: Frank Kotler <fbkotler@myfairpoint.net> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
1a42fb28a1
commit
5bc6d8e44d
4
nasm.c
4
nasm.c
@ -795,9 +795,9 @@ static bool process_arg(char *p, char *q)
|
||||
" -I<path> adds a pathname to the include file path\n");
|
||||
printf
|
||||
(" -O<digit> optimize branch offsets\n"
|
||||
" -O0: No optimization (default)\n"
|
||||
" -O0: No optimization\n"
|
||||
" -O1: Minimal optimization\n"
|
||||
" -Ox: Multipass optimization (recommended)\n\n"
|
||||
" -Ox: Multipass optimization (default)\n\n"
|
||||
" -P<file> pre-includes a file\n"
|
||||
" -D<macro>[=<value>] pre-defines a macro\n"
|
||||
" -U<macro> undefines a macro\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user