Skip to content

Commit

Permalink
Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ro-tex committed Jun 1, 2022
1 parent 4754bc7 commit 442fdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dev-race:

# release builds and installs release binaries.
release:
go install -tags='netgo dev' -ldflags='-s -w $(ldflags)' $(release-pkgs)
go install -tags='netgo' -ldflags='-s -w $(ldflags)' $(release-pkgs)
release-race:
GORACE='$(racevars)' go install -race -tags='netgo' -ldflags='-s -w $(ldflags)' $(release-pkgs)
release-util:
Expand Down

0 comments on commit 442fdda

Please sign in to comment.