Switching from Debug into Release Mode with VS2010 as IDE and Intel C++ Compiler 13

Posted by Drazick on Programmers See other posts from Programmers or by Drazick
Published on 2012-09-24T19:07:47Z Indexed on 2012/09/24 21:48 UTC
Read the original article Hit count: 184

I have a code of a Plug In from an SDK. The code is in Debug Mode. I use Intel Compiler which only applies optimizations in Release Mode.

Under configuration manager of the project only "Debug" mode is defined.

How could I switch to "Release" mode and enable all Intel Compiler's optimizations? If I enable them on debug mode nothing is applied (Empty Report).

I couldn't find the trick to do so.

Thank You.

© Programmers or respective owner

Related posts about visual-studio

Related posts about debugging