diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-09-01 04:14:15 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-09-01 04:14:15 +0000 |
commit | bdf061f6e72e6d2fadc5890c1d86d5b8efd6768a (patch) | |
tree | c7f18c66e1ea7300f66621bd68e0c45fe441d785 /CHANGES | |
parent | b5f76fbe9b394b30987534cb667d7cc893372426 (diff) | |
download | nasm-bdf061f6e72e6d2fadc5890c1d86d5b8efd6768a.tar.gz nasm-bdf061f6e72e6d2fadc5890c1d86d5b8efd6768a.tar.bz2 nasm-bdf061f6e72e6d2fadc5890c1d86d5b8efd6768a.zip |
-O10 and -O15, not -O5 and -O10
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ * Fix the use of relative offsets with explicit prefixes, e.g. "a32 loop foo". * Remove "backslash()". * Fix the SMSW and SLDT instructions. -* -O2 and -O3 are no longer aliases for -O5 and -O10. If you mean the +* -O2 and -O3 are no longer aliases for -O10 and -O15. If you mean the latter, please say so! :) 0.98.36 |