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-15 10:47
>>84 Most of GCC codebase is just garbage, like this libgcj boilerplate. People need just a reliable C compiler, that does only what was ordered to do.
Name:
not >>852016-09-15 14:16
>>86 I personally would like to have a simple, non-bloated, reliable C compiler.