diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-08-29 19:29:37 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-08-29 19:29:37 +0000 |
commit | 01ca643b5b331e0c8710d01fca9824db758b2f92 (patch) | |
tree | 371c57c871dc77be387db3e3c373940ecabbe007 | |
parent | 9173ab99615f9b7592d9eb160123a95fc07beb45 (diff) | |
download | nasm-01ca643b5b331e0c8710d01fca9824db758b2f92.tar.gz nasm-01ca643b5b331e0c8710d01fca9824db758b2f92.tar.bz2 nasm-01ca643b5b331e0c8710d01fca9824db758b2f92.zip |
Document -O2/-O3 change
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ * 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 + latter, please say so :) 0.98.36 ------- |