-qlib

Description

Instructs the compiler to use the standard system libraries at link time.

Syntax

Read syntax diagramSkip visual syntax diagram        .-lib---.
>>- -q--+-nolib-+----------------------------------------------><
 

Notes

If the -qnolib compiler option is specified, the standard system libraries are not used. Only those libraries explicitly specified on the command line will be used at link time.

Related information