Visual Studio Generating Code in Release mode

Posted by bball on Stack Overflow See other posts from Stack Overflow or by bball
Published on 2010-04-29T18:31:55Z Indexed on 2010/04/29 18:37 UTC
Read the original article Hit count: 207

Filed under:

I am using Visual Studio to compile some C++ Code. When I compile my program in Debug mode it works perfectly, but when I try compiling it in Release mode, VS halts when Generating Code (ie: took 20 mins and still didn't finish). After I forced VS to stop the build process, the executable generated was huge 2MB while it should be about 304KB.

Please can you help figure this out. How should I setup the configuration parameters for Release mode to work?

Thanks,

© Stack Overflow or respective owner

Related posts about visual-studio-2008