Causes the compiler to generate an object only and not link.
Linux: | -c |
Windows: | /c |
None
OFF |
Linking is performed. |
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.
Linux: None
Windows: /compile-only, /nolink