Skip to content

Commit 8c9b72b

Browse files
committed
Add correction README.
1 parent de0818e commit 8c9b72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The loaders will be redirected to the proper runtime, reusing the functions and
5050

5151
## Limitations
5252

53-
- Currently it does not support `-O3` on Linux with GCC compiler, neither `/O2` and `/Ob2`. Works in MacOS with `-O3` and Clang.
53+
- Currently it does not support `-O3` on Linux with GCC compiler, neither `/O2` and `/Ob2` in Windows with MSVC. It works in MacOS with `-O3` and Clang.
5454
- It does not work well (https://github.com/kubo/plthook/issues/51) with `aarch64` architecture under Linux with the following flags:
5555
- Library: `-shared -fPIC -Wall -Wl,-z,relro,-z,now -O3`
5656
- Executable: `-fPIE -pie -Wall -Wl,-z,relro,-z,now -O3`

0 commit comments

Comments
 (0)