diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-08-16 13:53:22 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-08-16 13:53:22 +0400 |
commit | 84a9e308c33542e97cae4bd117b1737562f651d2 (patch) | |
tree | e24063c715911f95fc3e915ded201c3bf74ab104 /doc/nasmdoc.src | |
parent | 327edcfc7a47a8ed4631d8317dda47deb831f4b1 (diff) | |
download | nasm-84a9e308c33542e97cae4bd117b1737562f651d2.tar.gz nasm-84a9e308c33542e97cae4bd117b1737562f651d2.tar.bz2 nasm-84a9e308c33542e97cae4bd117b1737562f651d2.zip |
doc: Update -O option description
We use -Ox by default since Nasm-2.09 so "-O0" is not
longer "default" option. But first paragraph still has
the reference which confuses people. Get rid of it.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'doc/nasmdoc.src')
-rw-r--r-- | doc/nasmdoc.src | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 26f1b1b..4dc02aa 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -843,10 +843,6 @@ with a \i{stub preprocessor} which does nothing. \S{opt-O} The \i\c{-O} Option: Specifying \i{Multipass Optimization} -NASM defaults to not optimizing operands which can fit into a signed byte. -This means that if you want the shortest possible object code, -you have to enable optimization. - Using the \c{-O} option, you can tell NASM to carry out different levels of optimization. The syntax is: |