I am working on a larger c++ program using embarcadero's RAD XE2.
Now I noticed, that the generated .exe-file (Release and Debug) suddenly got a lot larger! Before, it was around 1.2Mb, now it's 4.0Mb! I could understand it if I had added tons of new libraries or importet some Image-file, but all I did was adding some functions and variables...
Is there a behavior/option in the IDE that I switched wrong? Or some other reason why the filesize got so much bigger?