Visible to Intel only — GUID: GUID-AAE4EE0F-5D9C-49A7-8A29-455201B7C6F6
Visible to Intel only — GUID: GUID-AAE4EE0F-5D9C-49A7-8A29-455201B7C6F6
Bstatic
Enables static linking of a user's library.
Linux: |
-Bstatic |
macOS: |
None |
Windows: |
None |
None
OFF |
Default static linking occurs. |
This option enables static linking of a user's library.
This option is placed in the linker command line corresponding to its location on the user command line. It controls the linking behavior of any library that is passed using the command line.
All libraries on the command line following option -Bstatic are linked statically until the end of the command line or until a -Bdynamic option is encountered. The -Bdynamic option enables dynamic linking of libraries.
None