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 15:13
Cygwin is pretty big as well - 100MB for a base install. Unless you want to try porting GCC yourself, TCC is probably your best option - it supports at least some of the GNU C extensions, and the whole install is just over 2 MB (however it takes up about 7 MB on my flash drive, due to the 32KB allocation unit size, but that's still much smaller than MinGW or Cygwin), but keep it mind it's C only, not C++.