Intel® C++ Compiler 16.0 User and Reference Guide
Checks for certain conditions at run time.
Linux and OS X: | -check=keyword[, keyword...] |
Windows: | /check:keyword[, keyword...] |
keyword |
Specifies the conditions to check. Possible values are:
|
noconversions
|
No checking is performed for the above run-time conditions. |
This option checks for certain conditions at run time.
On Windows* OS, this option disables any default or specified optimizations and applies the /Od level of optimization. If you specified optimizations, the compiler emits warning diagnostics for the disabled optimizations.
On Linux* OS and OS X*, this option may disable some optimizations.
This option requires library support. Depending on the platform, the required library is either in your operating system run-time environment or in your compiler package.
Visual Studio: None
Eclipse: Runtime > Check Stack Frame (-check=stack)
Runtime > Check Type Conversions (-check=conversions)
Runtime > Check Uninitialized Variables (-check=uninit)
Xcode: Runtime > Check Stack Frame (-check=stack)
Runtime > Check Type Conversions (-check=conversions)
Runtime > Check Uninitialized Variables (-check=uninit)
check conversions |
Linux and OS X: None Windows: /RTCc |
check stack |
Linux and OS X: None Windows: /RTCs |
check uninit |
Linux and OS X: None Windows: /RTCu |