Generates code that is not position-independent but has position-independent external references.
IA-32 architecture
Linux: | None |
Mac OS X: | -mdynamic-no-pic |
Windows: | None |
None
OFF |
All references are generated as position independent. |
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.
None
Copyright © 1996-2010, Intel Corporation. All rights reserved.