We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb3633 commit a3d9808Copy full SHA for a3d9808
1 file changed
serve/package.go
@@ -132,6 +132,7 @@ func (s *PluginServe) build(pluginDirectory string, target plugin.BuildTarget, d
132
args := []string{"build", "-o", pluginPath}
133
args = append(args, "-buildmode=exe")
134
args = append(args, "-ldflags", ldFlags)
135
+ args = append(args, "-tags", "grpcnotrace")
136
cmd := exec.Command("go", args...)
137
cmd.Dir = pluginDirectory
138
cmd.Stdout = os.Stdout
0 commit comments