mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
build: Always pass ldflags to builds on OSX
Previously, 'ldflags' were added to the compiler invocation based on the version of Go the user was running. It seems to make more sense to simply always pass along the flags on Darwin (due to the bug mentioned in the comment above this line in the diff) as that is less brittle than branching on the Go version, and yet will not break current users / developers work flow.
This commit is contained in:
Reference in New Issue
Block a user