mirror of https://github.com/stenzek/duckstation
CMake: Build with immediate binding/full relro
Doing a full xsave/xrstor the first time a library function is called is completely bonkers. Plus the obvious security issues with the PLT being writable. And people think this OS is faster than Windows. Even with immediate binding it's still slower, since it's a single indirect call on Windows, versus a direct call+indirect jump here.pull/3749/head
parent
e21bf74f29
commit
22ee4c0760
Loading…
Reference in New Issue