Prevents linking with shared libraries.
None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux: | -static |
Mac OS: | None |
Windows: | /static |
None
static | The compiler does not link with shared libraries. |
This option prevents linking with shared libraries. It causes the executable to link all libraries statically.
None