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-9AF0F327-0972-4766-B602-4CA43C24B6A9
Visible to Intel only — GUID: GUID-9AF0F327-0972-4766-B602-4CA43C24B6A9
4Nportlib, 4Yportlib
Determines whether the compiler links to the library of portability routines.
Syntax
Linux: |
None |
Windows: |
/4Nportlib /4Yportlib |
Arguments
None
Default
/4Yportlib |
The library of portability routines is linked during compilation. |
Description
Option /4Yportlib causes the compiler to link to the library of portability routines. This also includes Intel's functions for Microsoft* compatibility.
Option /4Nportlib prevents the compiler from linking to the library of portability routines.
IDE Equivalent
Visual Studio: Libraries > Use Portlib Library
Alternate Options
None