1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:11:21 -06:00
go/src/cmd/cgo
Ian Lance Taylor b5d18b50ac cmd/cgo: remove -O options when generating compiler errors
The cgo tool generates compiler errors to find out what kind of name it
is using.  Turning on optimization can confuse that process by producing
new unexpected messages.

Fixes #14669.

Change-Id: Idc8e35fd259711ecc9638566b691c11d17140325
Reviewed-on: https://go-review.googlesource.com/23231
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2016-05-27 01:40:30 +00:00
..
ast.go cmd: remove unnecessary type conversions 2016-04-15 02:32:10 +00:00
doc.go cmd/cgo, runtime, runtime/cgo: use cgo context function 2016-04-29 22:07:36 +00:00
gcc.go cmd/cgo: remove -O options when generating compiler errors 2016-05-27 01:40:30 +00:00
godefs.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
main.go cmd/cgo: an approach to tsan that works with gcc 2016-05-03 00:49:46 +00:00
out.go cmd/cgo, runtime, runtime/cgo: TSAN support for malloc 2016-05-25 23:22:24 +00:00
util.go all: single space after period. 2016-03-02 00:13:47 +00:00