8 lines
86 B
Go
8 lines
86 B
Go
// +build rpm_crashtraceback
|
|
|
|
package runtime
|
|
|
|
func init() {
|
|
setTraceback("crash")
|
|
}
|