aboutsummaryrefslogtreecommitdiff
path: root/build.go
diff options
context:
space:
mode:
authorPhani Rithvij <phanirithvij2000@gmail.com>2020-11-16 14:24:31 +0530
committerGitHub <noreply@github.com>2020-11-16 09:54:31 +0100
commit1491898fd4139a45ddd1881c75e1e87ca091cb7c (patch)
tree4a7334b5988f06b129e1c07c33cf96cd86a63172 /build.go
parentcca73de6a101366e670962b089ba4403ac4a4834 (diff)
downloadsyncthing-1491898fd4139a45ddd1881c75e1e87ca091cb7c.tar.gz
syncthing-1491898fd4139a45ddd1881c75e1e87ca091cb7c.zip
build: Update delve issue link (#7119)
Diffstat (limited to 'build.go')
-rw-r--r--build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.go b/build.go
index c8210a825..6476847b6 100644
--- a/build.go
+++ b/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")
}