]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/errors: don't pass -C to compiler
authorIan Lance Taylor <iant@golang.org>
Thu, 14 Sep 2017 03:41:45 +0000 (20:41 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 14 Sep 2017 04:02:01 +0000 (04:02 +0000)
commit2a2e4dad33dfe75c3163ecdae264ec2fecfe5dfb
tree3d3e9d0ae3e8ccab7da4dacbfad5712e9bc15273
parent9cc170f9a5b84d8cc3f477c68f6f2a2dc9196755
misc/cgo/errors: don't pass -C to compiler

It's not needed, and the current expectation is that it will go away
in the future.

Change-Id: I5f46800e748d9ffa484bda6d1738290c8e00ac2b
Reviewed-on: https://go-review.googlesource.com/63751
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
misc/cgo/errors/errors_test.go