lotus/build/params_debug.go

12 lines
169 B
Go
Raw Normal View History

//go:build debug
2019-11-23 19:13:07 +00:00
// +build debug
package build
func init() {
InsecurePoStValidation = true
2020-06-01 18:43:51 +00:00
BuildType |= BuildDebug
}
2020-04-17 15:58:20 +00:00
// NOTE: Also includes settings from params_2k