]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/lto.rst
gro: support VXLAN UDP/IPv4
[dpdk.git] / doc / guides / prog_guide / lto.rst
index 277a6f10902ed66f2ea52fc4b9a66214de1fa58c..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_RTE_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