Dev-Cpp
Dev-Cpp copied to clipboard
Huge Files
If I compile a hello world program with Dev-C++, the exe file is very heavy. A hello world program in Release mode had 3133720 Bytes in size, a hello world program in Debug mode had 3221550 in size. For comparison, I also compiled the program with my MinGW g++ and got a file which had 44094 Bytes in size.
Code:
#include
I have the same issue. I'm wondering if we can change some of the complier flags to produce a smaller size binaries