Intel® Fortran Compiler 16.0 User and Reference Guide

nostdlib

Prevents the compiler from using standard libraries and startup files when linking.

Syntax

Linux and OS X:

-nostdlib

Windows:

None

Arguments

None

Default

OFF

The compiler uses standard startup files and standard libraries when linking.

Description

This option prevents the compiler from using standard libraries and startup files when linking.

This option is not related to option -stdlib.

IDE Equivalent

None

Alternate Options

None

See Also