mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-22 19:15:29 +00:00
ae7446a959
This is done such that we can disable LTO for these 2 functions when building with MSVC. This is due to a limitation of Link Time Code Generation (LTCG). Code generation might generate a new reference to memset after linking has started. The LTCG must make assumptions about where memset is defined which is normally the C runtime. |
||
---|---|---|
.. | ||
pkg-support/cmake | ||
SDL | ||
SDLmain | ||
SDLtest | ||
tests | ||
visualtest | ||
clean.sh | ||
SDL.sln |