Switching from Debug into Release Mode with VS2010 as IDE and Intel C++ Compiler 13
- by Drazick
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.