Uploaded the latest codeblocks 1.16 as a standalone.
https://sourceforge.net/projects/cbadva ... z/downloadThis version was modified specifically for the msys2 build environment, just unpack it directly in the msys2 root directory.
Cool things to know.
You can use msys2 mingw32 or mingw64 clang directly from it.
Optimization switches have been increased, you can now specify -O1 to -O3 or more, without having to write it in the extra compiler flags.
Also many other optimization switches now avaliable.
Msys2 mingw32 and mingw64 defaults to linking to the dynamic gcc runtimes,
my own versions of those do not while still retaining the ability to throw exceptions across dll boundaries.
You can use either version

but if you dont want to have your stuff depend on the libgcc and libstdc++ dll,
you can temporarily replace you mingw64 versions with mine.
Ill probably not create new installers, instead i will upload my current mingw64 and codeblocks versions so that people can switch when the need arises.
Productivity is a state of mind.