Re: [dpdk-dev] [PATCH v7 00/12] Add an option to use LTO for DPDK build

2019-11-08 Thread Thomas Monjalon
07/11/2019 16:03, Andrzej Ostruszka: > This patch series adds an option to make use of link time optimization > (if compiler has support for it). It is split as follows: > - 1st patch is just a minor doc fix for versioning macros > - 2nd patch fixes missing __vsym annotations (needed for LTO) > -

[dpdk-dev] [PATCH v7 00/12] Add an option to use LTO for DPDK build

2019-11-07 Thread Andrzej Ostruszka
This patch series adds an option to make use of link time optimization (if compiler has support for it). It is split as follows: - 1st patch is just a minor doc fix for versioning macros - 2nd patch fixes missing __vsym annotations (needed for LTO) - 3rd is the LTO enablement - remaining patches a