Hello world Compile takes 12 seconds
A free, portable, fast and simple C/C++ IDE
Brought to you by:
orwelldevcpp
Version: 5.4.2
OS version: Windows 7 x64 all system updates more than 30 days old (newish xeon cpu, 8gb RAM, compiles in vs2010 and mingw/qtcreator with the same source happen functionally instantly).
Error reported: compilations seem to take exceedingly long.
Stack trace: N/A
Steps needed to reproduce the problem: Get a machine that is no slouch but has a few other compilers installed which all compile very fast, then create a new console application and add 'std::cout << "Hello World!" << std::endl;' to it and try to compile it. I also chose the option to cache every header during first run. The compiler is TDM-GCC with default settings.