Binary package missing "debug_info". #65063
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Go version
go version go1.21.5 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
go build -o ./main -gcflags all="-N -l" ./cmd/servicemap/main.go
What did you see happen?
I need to use dlv for debugging, but I noticed that the built binary is missing "__zdebug_info".
What did you expect to see?
The binary package should have "__zdebug_info".
I'm not clear on how to troubleshoot this. Only this project is missing, maybe because of the cache ?
I upgraded the SDK. from 1.20.7 to 1.21.5.
The text was updated successfully, but these errors were encountered: