Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7944 Discussions

Warning message #10182: disabling optimization; runtime debug checks enabled

SergeyKostrov
Valued Contributor II
627 Views

A text of awarning message 10182 is a little bit confusing especially when a Release configuration for some projectis selected:

icl: warning #10182: disabling optimization; runtime debug checks enabled

and I suggest to change it to:

icl: warning #10182: disabling optimization; basic runtime checks enabled

Please take a look at the project settings for some project in a Visual Studio and you will see that there is a 'Basic Runtime Checks' option and
it is applicable for Debug and Release configurations.

My environment:

OS: Windows XP 32-bit
IDE: Visual Studio 2005 SP1
C++ compiler: Intel C++ Composer XE 2011 Update 9

Best regards,
Sergey

0 Kudos
1 Solution
Georg_Z_Intel
Employee
627 Views
Hello,

yes, I'm agreeing and forwarding this to engineering (DPD200285235).

Thank you & best regards,

Georg Zitzlsberger

View solution in original post

0 Kudos
1 Reply
Georg_Z_Intel
Employee
628 Views
Hello,

yes, I'm agreeing and forwarding this to engineering (DPD200285235).

Thank you & best regards,

Georg Zitzlsberger
0 Kudos
Reply