We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f44296 commit 99d3342Copy full SHA for 99d3342
doc/nasmdoc.src
@@ -823,7 +823,10 @@ e.g. \c{-Oxv}.
823
actually executed.
824
825
The \c{-Ox} mode is recommended for most uses, and is the default
826
-since NASM 2.09.
+since NASM 2.09. \e{Any other mode will generate worse quality
827
+output.} Use \c{-O0} or \c{-O1} only if you need the finer
828
+programmer-level control of output and \c{strict} is not suitable for
829
+your use case.
830
831
Note that this is a capital \c{O}, and is different from a small \c{o}, which
832
is used to specify the output file name. See \k{opt-o}.
0 commit comments