We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276fa29 commit 7a07c74Copy full SHA for 7a07c74
src/doc/rustc/src/codegen-options/index.md
@@ -84,8 +84,8 @@ Note: The [`-g` flag][option-g-debug] is an alias for `-C debuginfo=2`.
84
This flag controls whether or not the linker includes its default libraries.
85
It takes one of the following values:
86
87
-* `y`, `yes`, `on`, `true` or no value: include default libraries (the default).
88
-* `n`, `no`, `off` or `false`: exclude default libraries.
+* `y`, `yes`, `on`, `true`: include default libraries.
+* `n`, `no`, `off` or `false` or no value: exclude default libraries (the default).
89
90
For example, for gcc flavor linkers, this issues the `-nodefaultlibs` flag to
91
the linker.
0 commit comments