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