Skip to content

Commit a3d9808

Browse files
committed
Update package.go
1 parent 5bb3633 commit a3d9808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

serve/package.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ func (s *PluginServe) build(pluginDirectory string, target plugin.BuildTarget, d
132132
args := []string{"build", "-o", pluginPath}
133133
args = append(args, "-buildmode=exe")
134134
args = append(args, "-ldflags", ldFlags)
135+
args = append(args, "-tags", "grpcnotrace")
135136
cmd := exec.Command("go", args...)
136137
cmd.Dir = pluginDirectory
137138
cmd.Stdout = os.Stdout

0 commit comments

Comments
 (0)