Custom Windows build of gcc with these features:
- produces by default executables running on WinXP (msvcrt)
- static runtime libraries
- MCF threads
- AddressSanitizer
- UndefinedBehaviorSanitizer
Because the sanitizers on windows
no longer support static linking,
the gcc-15 builds can't handle sanitized dlls (but linking everything into 1 executable still works).
That might change in the future if I get shared linking of sanitizers working, but until then I suggest using the
gcc-14.3 build if you need sanitized dlls.