diff options
-rw-r--r-- | eclass/golang-base.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass index c6aa415c3635..0798040c0302 100644 --- a/eclass/golang-base.eclass +++ b/eclass/golang-base.eclass @@ -24,6 +24,10 @@ if [[ -z ${_GOLANG_BASE} ]]; then _GOLANG_BASE=1 DEPEND=">=dev-lang/go-1.4.2:=" + +# Do not complain about CFLAGS etc since go projects do not use them. +QA_FLAGS_IGNORED='.*' + STRIP_MASK="*.a" # @ECLASS-VARIABLE: EGO_PN |