diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-10 14:06:59 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-10 14:06:59 -0700 |
commit | fd7dd1134501551409c4d7a07a15dddc32abbfef (patch) | |
tree | 573494cd4812989c7d5c81af6c21dc705580ed46 /doc | |
parent | f57f55c9cb5e6f124b4eb7c7320b0d4bd28684b4 (diff) | |
download | nasm-fd7dd1134501551409c4d7a07a15dddc32abbfef.tar.gz nasm-fd7dd1134501551409c4d7a07a15dddc32abbfef.tar.bz2 nasm-fd7dd1134501551409c4d7a07a15dddc32abbfef.zip |
Create option -Ox to tell NASM to do unlimited passes
Add option -Ox to tell NASM to do as many passes as it needs, instead
of imposing a fixed number.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nasmdoc.src | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 73ccbf8..f6616eb 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -761,6 +761,9 @@ The syntax is: The number specifies the maximum number of passes. The more passes, the better the code, but the slower is the assembly. +\b \c{-Ox} where \c{x} is the actual letter \c{x}, indicates to NASM + to do unlimited passes. + Note that this is a capital O, and is different from a small o, which is used to specify the output format. See \k{opt-o}. |