I wrote a simple connect 4 game but when i compile it, the .exe turns out to be 400+ kb big
Im using the latest Dev C++
I remember I compiled an even more complicated version of my game using MSVC 6 and the file was only 50 kb

How (if possible) do i make DevC++ compile my game more efficiently?