Prevents linking with shared libraries.
IA-32, Intel® 64 architectures
Linux: | -static |
Mac OS X: | None |
Windows: | /static |
None
Linux: OFF |
On Linux* systems, the compiler links with shared libraries. On Windows* systems, for option /Qvc8 and higher, /static is equivalent to option /MT. For more information, see that compiler option. |
This option prevents linking with shared libraries. It causes the executable to link all libraries statically.
None
Copyright © 1996-2010, Intel Corporation. All rights reserved.