Developer Guide and Reference

ID 767253
Date 10/31/2024
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-DB0EF743-50BF-4128-AF4B-A84149781C16

Document Table of Contents

Zl

Causes library names to be omitted from the object file.

Syntax

Linux:

None

Windows:

/Zl

Arguments

None

Default

OFF

Default or specified library names are included in the object file.

Description

This option causes library names to be omitted from the object file.

NOTE:

This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.

IDE Equivalent

Visual Studio: Advanced > Omit Default Library Names

Eclipse: None

Alternate Options

None