Latest TDM based development compiler intended for use with MSYS2. Supports ASLR / DEP. Builds most MSYS2 mingw-w64-packages a few will need to be built with -shared-libgcc due to some quirks not related to the compiler. As a rule allways build development tools and other compilers like clang using -shared-libgcc to avoid snags except for a few packages like ogre3d and gdk-pixbuf2 which also need this set everything else works fine. The gdk-pixbuf2 problem seems related to on or more of the dependencies doing something odd, by themself every dependency works but when called from gdk-pixbuf2 they segfault. strangely this also happens with the official mingw compilers from MSYS2 if built with -static-libgcc so ?!?.