Re: [OE-core] [PATCH] Allow global override of golang GO_DYNLINK

2021-08-19 Thread Oliver Kranz
On 20.08.21 02:01, Khem Raj wrote: On Thu, Aug 19, 2021 at 2:22 AM Oliver Kranz wrote: Small golang applications create massive memory overhead if go-runtime is deployed. So it is helpfull to be able to disable the GO_DYNLINK option on a per distro/local.conf basis by making it a ?= instead

Re: [OE-core] [PATCH] Allow global override of golang GO_DYNLINK

2021-08-19 Thread Khem Raj
On Thu, Aug 19, 2021 at 2:22 AM Oliver Kranz wrote: > Small golang applications create massive memory overhead if go-runtime > is deployed. So it is helpfull to be able to disable the GO_DYNLINK > option on a per distro/local.conf basis by making it a ?= instead of =. > I wonder if we should

[OE-core] [PATCH] Allow global override of golang GO_DYNLINK

2021-08-19 Thread Oliver Kranz
Small golang applications create massive memory overhead if go-runtime is deployed. So it is helpfull to be able to disable the GO_DYNLINK option on a per distro/local.conf basis by making it a ?= instead of =. Signed-off-by: Oliver Kranz --- meta/classes/goarch.bbclass | 14 +++--- 1