Skip to content

Commit b009d28

Browse files
committed
Update docs for artifact JSON debuginfo levels.
1 parent 1b15556 commit b009d28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/external-tools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ following structure:
159159
"profile": {
160160
/* The optimization level. */
161161
"opt_level": "0",
162-
/* The debug level, an integer of 0, 1, or 2. If `null`, it implies
162+
/* The debug level, an integer of 0, 1, or 2, or a string
163+
"line-directives-only" or "line-tables-only". If `null`, it implies
163164
rustc's default of 0.
164165
*/
165166
"debuginfo": 2,

0 commit comments

Comments
 (0)