Change-Id: If1c602176e0bea66924983eab8edd5e450228b68
Reviewed-on: https://go-review.googlesource.com/47792
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
</p>
<p> <!-- CL 44210, CL 40095 -->
- The compiler now includes lexical scopes in the generated DWARF, allowing
+ The compiler now includes lexical scopes in the generated DWARF if the
+ <code>-N -l</code> flags are provided, allowing
debuggers to hide variables that are not in scope. The <code>.debug_info</code>
section is now DWARF version 4.
</p>