Visible to Intel only — GUID: GUID-9CD8F910-E2F2-439C-8A9E-8FB365541E0A
Visible to Intel only — GUID: GUID-9CD8F910-E2F2-439C-8A9E-8FB365541E0A
static
Prevents linking with shared libraries.
Syntax
Linux: |
-static |
Windows: |
None |
Arguments
None
Default
OFF |
The compiler links with shared libraries except as otherwise specified by -static-intel or its default. |
Description
This option prevents linking with shared libraries. It causes the executable to link all libraries statically.
This option does not cause static linking of libraries for which no static version is available. These libraries can only be linked dynamically.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
IDE Equivalent
Visual Studio: None
Eclipse: Libraries > Link with static libraries
Alternate Options
None