mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
build: Update delve issue link (#7119)
This commit is contained in:
parent
cca73de6a1
commit
1491898fd4
2
build.go
2
build.go
@ -532,7 +532,7 @@ func appendParameters(args []string, tags []string, pkgs ...string) []string {
|
||||
// -gcflags to disable optimizations and inlining. Skip -ldflags
|
||||
// because `Could not launch program: decoding dwarf section info at
|
||||
// offset 0x0: too short` on 'dlv exec ...' see
|
||||
// https://github.com/derekparker/delve/issues/79
|
||||
// https://github.com/go-delve/delve/issues/79
|
||||
args = append(args, "-gcflags", "-N -l")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user