From 11ffb810c90bc8a3221e1f3c9c85c22cf188043d Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Mon, 31 Oct 2022 20:06:18 +0000 Subject: [PATCH] Remove note about DWARF patch being required Signed-off-by: Ryan Hamilton --- docs/root/development/performance/binary_size.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/root/development/performance/binary_size.rst b/docs/root/development/performance/binary_size.rst index c86d094a31..12ad77d9cc 100644 --- a/docs/root/development/performance/binary_size.rst +++ b/docs/root/development/performance/binary_size.rst @@ -49,17 +49,6 @@ necessary tools:: make -j6 cp bloaty /usr/local/bin/bloaty -.. attention:: - - After this `change `_ Envoy started - using split DWARF capabilities to reduce link time and binary size when compiling debug symbols. - However, Bloaty (the analysis tool described below) - does not support using ``.dwp`` files as a source for debug symbols - (tracked in this `issue `_). Therefore, a patch - `like this `_ - must be applied to the Envoy submodule before compiling the binary described - below. - The binary being compiled is ``//test/performance:test_binary_size``. The binary is getting built with the following build command::