Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 900923

Summary: go-module.eclass: add append-goflags function
Product: Gentoo Linux Reporter: Anna Vyalkova <cyber+gentoo>
Component: EclassesAssignee: William Hubbs <williamh>
Status: UNCONFIRMED ---    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Anna Vyalkova 2023-03-12 09:36:03 UTC
I'd like to have a function similar to append-cflags from flag-o-matic.eclass
but for Go (to add tags, for example).

Similar function to filter flags would be also appreciated. For example,
compile commands do mess with tests output and I'd like to disable "-v -x" flags
when running tests.