I’m producing builds using MSBuild, and build configurations set up in the dproj on the command line. It’s slightly disconcerting that the size of the executables thus produced are different (not by much, but still!) to what an IDE build produces. Any ideas why? I would have thought the same compiler is used?
I’m producing builds using MSBuild, and build configurations set up in the dproj on
Share
To see what IDE is doind, check
Tools | Options | Environment Options | Compiling and Running | Show Command Line
And you can check the compiler messages.