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-08 16:29
>>7,8 The TCC website says it compiled a 60+ MB project, so it can definitely handle large projects. Maybe it stores everything in memory during the compilation process, rather than using temporary files like GCC, in which case the segfaults could be due to limited memory.