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