Subj : Re: executable size optimizations To : borland.public.cpp.borlandcpp From : "R. Lavoie" Date : Wed Jul 30 2003 12:05 pm Hello Razmig, I believe that the different between the DEBUG and RELEASE versions does not include only Optimization but also code generation changes. Try removing all the debug information by changing debug related options in the compiler options as well as in the linking options. Robert Lavoie, Canada Razmig K a écrit dans le message <3f217884$1@newsgroups.borland.com>... >It's known that Microsoft Visual C++ IDE project compiling procedures happen generally in two configurations, 'Debug' and 'Release'. The latter causes the compiler to generate considerablly small code (far less than 60 KB for a traditional 'Hello world' program). .