aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cmd/go/build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/build.go b/src/cmd/go/build.go
index db1c93b8ac..aebbc3e39a 100644
--- a/src/cmd/go/build.go
+++ b/src/cmd/go/build.go
@@ -1630,7 +1630,7 @@ func (gcToolchain) linker() string {
// verifyCompiler specifies whether to check the compilers written in Go
// against the assemblers written in C. If set, asm will run both (say) 6g and new6g
// and fail if the two produce different output files.
-const verifyCompiler = true
+const verifyCompiler = false
func (gcToolchain) gc(b *builder, p *Package, archive, obj string, asmhdr bool, importArgs []string, gofiles []string) (ofile string, output []byte, err error) {
if archive != "" {