mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-08-24 01:08:42 +08:00
13 lines
182 B
Go
13 lines
182 B
Go
//go:build debug
|
|
// +build debug
|
|
|
|
package buildconstants
|
|
|
|
var InsecurePoStValidation = true
|
|
|
|
func init() {
|
|
BuildType |= BuildDebug
|
|
}
|
|
|
|
// NOTE: Also includes settings from params_2k
|