Right-click your project, select Properties. Now make sure your current configuration is "Release". In the left part of the window you will see a tree with different categories. Optimization parameters are broken down into C / C ++ and linker entries.
Also, keep in mind that optimization means that the resulting binary is optimized. Actually does not build the binary. The speedup can be explained by the fact that you donβt need to add debugging code, etc., But in general, I most likely expect that creating a release version with optimizations will take more time than creating a debug assembly.
Mario Jan 13 '12 at 13:50 2012-01-13 13:50
source share