Visible to Intel only — GUID: GUID-EFCC2954-F3C9-4A85-A227-62B30A077109
Visible to Intel only — GUID: GUID-EFCC2954-F3C9-4A85-A227-62B30A077109
pie
Determines whether the compiler generates position-independent code that will be linked into an executable.
Syntax
Linux: |
-pie -no-pie |
macOS: |
-pie -no-pie |
Windows: |
None |
Arguments
None
Default
varies |
On Linux, the default is -no-pie. On macOS versions less than 10.7, the default is -no-pie. On versions 10.7 or greater, the default is -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
Alternate Options
None