Skip to content

Commit a550862

Browse files
committed
wordsmith
1 parent e650008 commit a550862

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)