]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: pass explicit -O0 to the compiler
authorOryan Moshe <iamoryanmoshe@gmail.com>
Fri, 3 Aug 2018 11:52:39 +0000 (14:52 +0300)
committerIan Lance Taylor <iant@golang.org>
Wed, 22 Aug 2018 23:32:23 +0000 (23:32 +0000)
commiteeb8aebed6d158ad55cea346fdd659f6d6112de5
tree960bfcb517a63e9b3eca1ddd237c29d0652cce31
parenta3381faf81e5e9ec0b207d74f29f6c442b2abb73
cmd/cgo: pass explicit -O0 to the compiler

The current implementation removes all of the optimization flags from
the compiler.
Added the -O0 optimization flag after the removal loop, so go can
compile cgo on every OS consistently.

Fixes #26487

Change-Id: Ia98bca90def186dfe10f50b1787c2f40d85533da
Reviewed-on: https://go-review.googlesource.com/127755
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/cgo/gcc.go