Skip to content

Commit

Permalink
Update docs for artifact JSON debuginfo levels.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 19, 2023
1 parent 1b15556 commit b009d28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/src/reference/external-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ following structure:
"profile": {
/* The optimization level. */
"opt_level": "0",
/* The debug level, an integer of 0, 1, or 2. If `null`, it implies
/* The debug level, an integer of 0, 1, or 2, or a string
"line-directives-only" or "line-tables-only". If `null`, it implies
rustc's default of 0.
*/
"debuginfo": 2,
Expand Down

0 comments on commit b009d28

Please sign in to comment.