Skip to content

Commit e832631

Browse files
Merge pull request #5879 from TylerMSFT/nodefaultlib
wordsmith
2 parents 5d497fc + a550862 commit e832631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/nodefaultlib-ignore-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helpviewer_keywords: ["default libraries, removing", "-NODEFAULTLIB linker optio
77
---
88
# `/NODEFAULTLIB` (Ignore Libraries)
99

10-
Unless an optional library name is provided, the `/NODEFAULTLIB` linker option removes all libraries not explicitly specified to the linker. This includes `#pragma`, cl command line 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.
1111

1212
## Syntax
1313

0 commit comments

Comments
 (0)