11 lines
152 B
Go
11 lines
152 B
Go
// +build debug
|
|
|
|
package build
|
|
|
|
func init() {
|
|
InsecurePoStValidation = true
|
|
BuildType |= BuildDebug
|
|
}
|
|
|
|
// NOTE: Also includes settings from params_2k
|