Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 9/08/2022
Public

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

Document Table of Contents

pie

Determines whether the compiler generates position-independent code that will be linked into an executable.

Syntax

Linux:

-pie

-no-pie

Windows:

None

Arguments

None

Default

varies

On Linux*, the default is -no-pie.

Description

This option determines whether the compiler generates position-independent code that will be linked into an executable. To enable generation of position-independent code that will be linked into an executable, specify -pie.

To disable generation of position-independent code that will be linked into an executable, specify -no-pie.

IDE Equivalent
None
Alternate Options

None

See Also