Intel® Fortran Compiler 17.0 Developer Guide and Reference

nolib-inline

Disables inline expansion of standard library or intrinsic functions.

Syntax

Linux and macOS:

-nolib-inline

Windows:

None

Arguments

None

Default

OFF

The compiler inlines many standard library and intrinsic functions.

Description

This option disables inline expansion of standard library or intrinsic functions. It prevents the unexpected results that can arise from inline expansion of these functions.

IDE Equivalent

None

Alternate Options

None