commit:     63d617e00118af7bf23814fa324dce4bc9ed2e95
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 02:37:56 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 18:14:53 2021 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=63d617e0

ebuild-writing/common-mistakes: mention manual Go compiles (verbose builds)

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ebuild-writing/common-mistakes/text.xml | 3 +++
 1 file changed, 3 insertions(+)

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

Reply via email to