8 lines
89 B
Go
8 lines
89 B
Go
//go:build linux && !baremetal
|
|
|
|
package debug
|
|
|
|
const (
|
|
LLGoPackage = "link: -lunwind"
|
|
)
|