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
`-Cdebuginfo=1` was never line tables only and
can't be due to backwards compatibility issues.
This was clarified and an option for line tables only
was added. Additionally an option for line info
directives only was added, which is well needed for
some targets. The debug info options should now
behave the same as clang's debug info options.
Copy file name to clipboardExpand all lines: tests/rustdoc-ui/c-help.stdout
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
-C codegen-units=val -- divide crate into N units to optimize in parallel
4
4
-C control-flow-guard=val -- use Windows Control Flow Guard (default: no)
5
5
-C debug-assertions=val -- explicitly enable the `cfg(debug_assertions)` directive
6
-
-C debuginfo=val -- debug info emission level (0 = no debug info, 1 = linetablesonly, 2 = full debug info with variable and type information; default: 0)
6
+
-C debuginfo=val -- debug info emission level (0-2, none, line-directives-only, line-tables-only, limited, or full; default: 0)
7
7
-C default-linker-libraries=val -- allow the linker to link its default libraries (default: no)
8
8
-C embed-bitcode=val -- emit bitcode in rlibs (default: yes)
9
9
-C extra-filename=val -- extra data to put in each output filename
0 commit comments