diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-07-15 18:28:52 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-07-15 18:30:18 -0700 |
commit | 31387b2d04e2421a884adac449c192bd97abaa0f (patch) | |
tree | a58fced5312c40539c9b1ec1c9bfec90c16448a9 /doc/nasmdoc.src | |
parent | a537d4964ecb3a96840cd6734647e144df41e603 (diff) | |
download | nasm-31387b2d04e2421a884adac449c192bd97abaa0f.tar.gz nasm-31387b2d04e2421a884adac449c192bd97abaa0f.tar.bz2 nasm-31387b2d04e2421a884adac449c192bd97abaa0f.zip |
Make -Ox the default
Make -Ox the default; it's the optimization level expected by most
users, and it is clearly still causing confusion that it has to be
specified manually.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc/nasmdoc.src')
-rw-r--r-- | doc/nasmdoc.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 722f099..565b790 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -866,7 +866,8 @@ levels of optimization. The syntax is: releases, the letter \c{x} may also be any number greater than one. This number has no effect on the actual number of passes. -The \c{-Ox} mode is recommended for most uses. +The \c{-Ox} mode is recommended for most uses, and is the default +since NASM 2.09. Note that this is a capital \c{O}, and is different from a small \c{o}, which is used to specify the output file name. See \k{opt-o}. |