Visible to Intel only — GUID: GUID-C96A9FDB-70C1-4B2F-AC69-0EF45133A7F9
Visible to Intel only — GUID: GUID-C96A9FDB-70C1-4B2F-AC69-0EF45133A7F9
mdynamic-no-pic
Generates code that is not position-independent but has position-independent external references. This feature is only available for ifort.
Syntax
Linux: |
None |
macOS: |
-mdynamic-no-pic |
Windows: |
None |
Arguments
None
Default
OFF |
All references are generated as position independent. |
Description
This option generates code that is not position-independent but has position-independent external references.
The generated code is suitable for building executables, but it is not suitable for building shared libraries.
This option may reduce code size and produce more efficient code. It overrides the -fpic compiler option.
IDE Equivalent
Alternate Options
None