]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/lto.rst
ethdev: support PF index in representor
[dpdk.git] / doc / guides / prog_guide / lto.rst
index 43f4c6337976fe882d3f745e23ca08bf9adb3937..f79c449598b0ad19d212c4135c6e1158ecd30b8b 100644 (file)
@@ -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.
 
 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
 
 
 .. code-block:: console