]> Cypherpunks repositories - gostls13.git/commit
cmd/dist, cmd/go: pass -fmessage-length=0 when using clang
authorRuss Cox <rsc@golang.org>
Mon, 9 Dec 2013 15:33:27 +0000 (10:33 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 9 Dec 2013 15:33:27 +0000 (10:33 -0500)
commit79479ac486c15ed5919773f1f28c1eecea19b8b9
tree71d3c97f362651fab66ecd1f00a7b70d892b2378
parentb9bed397149d6d48f06b18958fc2367a9b99df37
cmd/dist, cmd/go: pass -fmessage-length=0 when using clang

That option turns off word wrapping of individual
error messages generated by clang. The wrapping
makes the errors harder to read and conflicts with the
idea of a terminal window that can be resized.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/35810043
src/cmd/dist/build.c
src/cmd/go/build.go