]> Cypherpunks repositories - gostls13.git/commit
cgo: Use -fno-eliminate-unused-debug-types when calling gcc to for dwarf stabs.
authorDevon H. O'Dell <devon.odell@gmail.com>
Wed, 6 Jan 2010 23:45:08 +0000 (15:45 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 6 Jan 2010 23:45:08 +0000 (15:45 -0800)
commit690fcacdd30b36a9a72e2f6935a2ba643152fd00
treed38634f6ab1bca79bf14507897175ca5055fc300
parente05b381e79b1478ae138e08c5f541ecbb5d6955d
cgo: Use -fno-eliminate-unused-debug-types when calling gcc to for dwarf stabs.

This keeps debug symbols in for e.g. unreferenced enums.

Fixes #479

R=rsc
CC=golang-dev, waltermundt
https://golang.org/cl/181102
src/cmd/cgo/gcc.go