Skip to content

Commit

Permalink
fix linkmode bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-french committed Sep 26, 2023
1 parent 39801c8 commit 46cd9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/private/rules/binary.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ _go_binary_kwargs = {
),
"linkmode": attr.string(
default = "auto",
values = ["auto"] + LINKMODES,
# values = ["auto"] + LINKMODES,
doc = """Determines how the binary should be built and linked. This accepts some of
the same values as `go build -buildmode` and works the same way.
<br><br>
Expand Down

0 comments on commit 46cd9a9

Please sign in to comment.