Is there a small version of GCC for shipping with Windows program? Because Mingw installation takes frigging gigabyte, including a lot of bloat, like C++ and fortran compiler, with useless crap, like directx bindings.
Name:
Anonymous2016-09-13 12:29
Besides half a megabyte of ident strings, GCC also includes by default a lot of useless bloat, like unused stdlib and runtime routines, unwind-tables, exceptions and RTTI. And all this bloat has to be loaded from disk, wasting memory and slowing down OS and software initialization.