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-E14533E9-13D2-4324-96D1-C475CD018EBD
Visible to Intel only — GUID: GUID-E14533E9-13D2-4324-96D1-C475CD018EBD
extlnk
Specifies file extensions to be passed directly to the linker.
Linux: |
None |
macOS: |
None |
Windows: |
/extlnk:ext |
ext |
Are the file extensions to be passed directly to the linker. |
OFF |
Only the file extensions recognized by the compiler are passed to the linker. |
This option specifies file extensions (ext) to be passed directly to the linker. It is useful if your source file has a nonstandard extension.
You can specify one or more file extensions. A leading period before each extension is optional; for example, /extlnk:myobj and /extlnk:.myobj are equivalent.
None