You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on packaging go for gentoo linux, which builds everything from source,
similar to the BSD ports collection.
The package manager has settings for CFLAGS and LDFLAGS which I would like to pass to
go's build system. However, it seems that I am unable to do this. I have tried
exporting CFLAGS and LDFLAGS before running all.bash, but it appears that these
variables are overwritten somewhere in the build system.
I need to know how to pass my package manager's CFLAGS and LDFLAGS to go's build system.
Any help you can give me would be appreciated.
The text was updated successfully, but these errors were encountered:
by w.d.hubbs:
The text was updated successfully, but these errors were encountered: