aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2026-05-12 08:53:21 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2026-05-12 08:53:21 +0000
commitc2ea353432d025a74eeab9bb392c074072e51bb0 (patch)
tree46613dead3f86f27f8eb8f8f965fc3c1a0716aa0
parent8721381d53fb2834545cf9403b6bc5f4afbe4c13 (diff)
[phb][Uses]: Add GO_LDFLAGS
-rw-r--r--documentation/content/en/books/porters-handbook/uses/_index.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index fa7827a1e0..3ef4415f44 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -1081,6 +1081,10 @@ Additional `LDFLAGS` values to be passed to the C compiler by `go`.
`GO_BUILDFLAGS`::
Additional build arguments to be passed to `go build`.
+`GO_LDFLAGS`::
+Additional LDFLAGS variables to be passed to the `go build` command without the
+need to change `GO_BUILDFLAGS`.
+
`GO_TESTFLAGS`::
Additional build arguments to be passed to `go test`.