build.go: Switch 32bits compilation to default mode (#34656)

* Update build.go
pull/34956/head
Le Libre Au Quotidien 4 years ago committed by GitHub
parent 4972e0f6a1
commit 50775651dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      build.go

@ -342,9 +342,6 @@ func setBuildEnv() {
} else {
os.Setenv("GOARCH", goarch)
}
if goarch == "386" {
os.Setenv("GO386", "387")
}
if cgo {
os.Setenv("CGO_ENABLED", "1")
}

Loading…
Cancel
Save