Performance Tuning

Use this option when tuning your application's performance using the VTune™ Performance Analyzer or a similar tool.

Specify this together with the desired optimization, for example, -O2. Otherwise, -Od (Linux: -O0) is specified by default.

Windows*

Linux*

Description

-Zi

-g

Creates symbols.

Compiler Option Quick Reference

Example

prompt>icl -O2 -Zi myprog.cpp