nostdlib

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

Syntax

Linux:

-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. On Linux* systems, it is provided for GNU compatibility.

IDE Equivalent

None

Alternate Options

None

See Also