Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900923 - go-module.eclass: add append-goflags function
Summary: go-module.eclass: add append-goflags function
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-12 09:36 UTC by Anna Vyalkova
Modified: 2023-03-12 17:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.