mirror of
https://github.com/golang/go
synced 2024-11-18 21:44:45 -07:00
go.tools/go/types: turn off internal debug mode
- much improved performance - enable when testing changes R=adonovan CC=golang-dev https://golang.org/cl/36480049
This commit is contained in:
parent
693727787e
commit
4728c2f3f6
@ -16,7 +16,7 @@ import (
|
||||
|
||||
// debugging/development support
|
||||
const (
|
||||
debug = true // leave on during development
|
||||
debug = false // leave on during development
|
||||
trace = false // turn on for detailed type resolution traces
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user