diff --git a/mage.go b/mage.go index 5c0e41e..ee3cfa4 100644 --- a/mage.go +++ b/mage.go @@ -54,7 +54,8 @@ func goBuildPlugin(ctx context.Context, dir, pkgname, fname string) { return } - shouldWork(ctx, nil, dir, "go", "build", "-buildmode=plugin", "-o="+fname, pkgBase+pkgname) + shouldWork(ctx, nil, dir, "go", "build", "-v", "-buildmode=plugin", "-o="+fname, pkgBase+pkgname) + qod.Printlnf("built %s for %s", fname, runtime.GOOS) } func buildBins(goos string) {