Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-901DA056-846F-4778-B904-4533DE2B5067
Visible to Intel only — GUID: GUID-901DA056-846F-4778-B904-4533DE2B5067
c
Causes the compiler to generate an object only and not link.
Syntax
Linux: |
-c |
macOS: |
-c |
Windows: |
/c |
Arguments
None
Default
OFF |
Linking is performed. |
Description
This option causes the compiler to generate an object only and not link. Compilation stops after the object file is generated.
The compiler generates an object file for each Fortran source file.
IDE Equivalent
Alternate Options
Linux and macOS: None
Windows: /compile-only, /nolink