diff --git a/doc/go1.9.html b/doc/go1.9.html index 9110ab7de4..c5281d7b34 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -168,7 +168,8 @@ type T1 = T2
- The compiler now includes lexical scopes in the generated DWARF, allowing
+ The compiler now includes lexical scopes in the generated DWARF if the
+ -N -l flags are provided, allowing
debuggers to hide variables that are not in scope. The .debug_info
section is now DWARF version 4.