Skip to content

Commit ca68ce8

Browse files
committed
add title for debugging section
1 parent a556b6c commit ca68ce8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

proposals/NNNN-opt-in-reflection-metadata.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ struct Bar: Foo {} // Reflection is emitted
143143
consume(Bar())
144144
```
145145

146-
Since Reflection metadata might be used by the debugger, we propose to always keep that metadata if full emission of debugging information is enabled (`-gdwarf-types` or `-g` flags).
146+
### Changes for debugging
147+
148+
Since Reflection metadata might be used by the debugger, we propose to always keep that metadata if full emission of debugging information is enabled (with`-gdwarf-types` or `-g` flags).
147149

148150
### Changes in flags
149151

0 commit comments

Comments
 (0)