Re: [dpdk-dev] [PATCH] doc: fix wrong config option

2020-05-18 Thread David Marchand
On Tue, May 12, 2020 at 9:49 PM Matteo Croce wrote: > > The documentation says that CONFIG_ENABLE_LTO enables LTO during the > build, but the correct value actually is CONFIG_RTE_ENABLE_LTO > > Fixes: 098cc0fea3be ("build: add option to enable LTO") Cc: sta...@dpdk.org > Signed-off-by: Matteo Cro

Re: [dpdk-dev] [PATCH] doc: fix wrong config option

2020-05-13 Thread Andrzej Ostruszka [C]
On 12/05/2020 21:48, Matteo Croce wrote: > External Email > > -- > The documentation says that CONFIG_ENABLE_LTO enables LTO during the > build, but the correct value actually is CONFIG_RTE_ENABLE_LTO > > Fixes: 098cc0fea3be ("bu

Re: [dpdk-dev] [PATCH] doc: fix wrong config option

2020-05-13 Thread David Marchand
On Tue, May 12, 2020 at 9:49 PM Matteo Croce wrote: > > The documentation says that CONFIG_ENABLE_LTO enables LTO during the > build, but the correct value actually is CONFIG_RTE_ENABLE_LTO > > Fixes: 098cc0fea3be ("build: add option to enable LTO") Cc: sta...@dpdk.org > Signed-off-by: Matteo Cr

[dpdk-dev] [PATCH] doc: fix wrong config option

2020-05-12 Thread Matteo Croce
The documentation says that CONFIG_ENABLE_LTO enables LTO during the build, but the correct value actually is CONFIG_RTE_ENABLE_LTO Fixes: 098cc0fea3be ("build: add option to enable LTO") Signed-off-by: Matteo Croce --- doc/guides/prog_guide/lto.rst | 2 +- 1 file changed, 1 insertion(+), 1 dele