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

Command line compiler options

eldiener
New Contributor I
331 Views

Where in the documentation is the list of command line compiler options and their meaning ?

0 Kudos
2 Replies
TimP
Honored Contributor III
331 Views

Did you rule out the -help option?

0 Kudos
Shenghong_G_Intel
331 Views

I can think of 3 options:

1. use icc -help as Tim mentioned

2. use "man icc"

3. use document "User and Reference Guide for the Intel® C++ Compiler 15.0" (https://software.intel.com/en-us/node/522788)

You may also use the local installation of the document and it is much easier to search for a specific option with "index", see below:

x.png

0 Kudos
Reply