Re: [dpdk-dev] [PATCH v3 0/2] Improve function versioning meson support

2019-10-27 Thread Thomas Monjalon
23/10/2019 12:19, Andrzej Ostruszka: > On 10/7/19 5:45 PM, Bruce Richardson wrote: > > Adding support for LTO has exposed some issues with how the functions > > versioning was supported by meson, which was always set to build both > > shared and static libraries. > [...] > > V3: following feedback,

Re: [dpdk-dev] [PATCH v3 0/2] Improve function versioning meson support

2019-10-23 Thread Andrzej Ostruszka
On 10/7/19 5:45 PM, Bruce Richardson wrote: > Adding support for LTO has exposed some issues with how the functions > versioning was supported by meson, which was always set to build both > shared and static libraries. [...] > V3: following feedback, moved the define for make from the common_base >

[dpdk-dev] [PATCH v3 0/2] Improve function versioning meson support

2019-10-07 Thread Bruce Richardson
Adding support for LTO has exposed some issues with how the functions versioning was supported by meson, which was always set to build both shared and static libraries. For plain C code, so long as the -fPIC compiler flag was passed, the output is identical whether or not the code is to be include