Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether the compiler generates position-independent code that will be linked into an executable.
Linux and OS X: | -pie -no-pie |
Windows: | None |
None
varies |
On Linux* OS and on OS X* versions less than 10.7, the default is -no-pie. On OS X* 10.7 or greater, the default is -pie. |
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.
None