X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fprog_guide%2Flto.rst;h=f79c449598b0ad19d212c4135c6e1158ecd30b8b;hb=d1355fcc4607de529359c671c908bfbd2a5ffd0c;hp=43f4c6337976fe882d3f745e23ca08bf9adb3937;hpb=098cc0fea3be3094a5f0691d1ae501c83fe0d687;p=dpdk.git diff --git a/doc/guides/prog_guide/lto.rst b/doc/guides/prog_guide/lto.rst index 43f4c63379..f79c449598 100644 --- a/doc/guides/prog_guide/lto.rst +++ b/doc/guides/prog_guide/lto.rst @@ -26,17 +26,7 @@ need to explicitly initialize variable in order to silence the compiler. Please note that turning LTO on causes considerable extension of build time. -When using make based build, link time optimization can be enabled for -the whole DPDK by setting: - -.. code-block:: console - - CONFIG_ENABLE_LTO=y - -in config file. - -For the meson based build it can be enabled by setting meson built-in -'b_lto' option: +Link time optimization can be enabled by setting meson built-in 'b_lto' option: .. code-block:: console