You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless an optional library name is provided, the `/NODEFAULTLIB` linker option removes all libraries not explicitly specified to the linker. This includes `#pragma`, cl commandline switches, libs referenced in other libs, and so on.
10
+
Unless an optional library name is provided, the `/NODEFAULTLIB` linker option removes all libraries not explicitly specified on the linker command-line. This also includes `#pragma`, `cl.exe` command-line switches, libs referenced by other libs, and so on.
0 commit comments