Skip to main content

4.4) Intel: Common Compiler Options


Option Description
-c Compile, do not link
-g Produce debugging information for gdb
-o Names output file
-I <dir> Add <dir> to search path for header files
-L <dir> Specifies a library directory
-help Display driver help

Use man ifort or man icc for more options.