aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-21 02:37:56 +0000
committerUlrich Müller <ulm@gentoo.org>2021-03-30 20:14:53 +0200
commit63d617e00118af7bf23814fa324dce4bc9ed2e95 (patch)
tree004ee5bbb3b250fa8d42c68b88de1e0c1e7facef
parentebuild-writing/common-mistakes: s/cmake-utils/cmake/ (diff)
downloaddevmanual-63d617e0.tar.gz
devmanual-63d617e0.tar.bz2
devmanual-63d617e0.zip
ebuild-writing/common-mistakes: mention manual Go compiles (verbose builds)
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-writing/common-mistakes/text.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
index fba6bac..2d8695f 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -95,6 +95,9 @@ There are several ways to fix non-verbose build logs depending on the build syst
<li>For custom Makefiles you often have to write a patch. Try to get
upstream to include an option like 'V=1' to enable full verbosity.</li>
+
+ <li>Note that when building Go manually outside of the eclass, you
+ will need GOFLAGS="-x".</li>
</ul>
<note>In case you encounter an affected package which uses a build system not