erigon-pulse/common/debug/pprof_cgo.go

9 lines
98 B
Go
Raw Normal View History

//go:build debug
// +build debug
package debug
import (
_ "github.com/benesch/cgosymbolizer"
)