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