Re: [RFC PATCH] build: deprecate --enable-gprof builds and remove from CI

2023-01-31 Thread Thomas Huth
On 31/01/2023 10.42, Alex Bennée wrote: As gprof relies on instrumentation you rarely get useful data compared to a real optimised build. Lets deprecate the build option and simplify the CI configuration as a result. Signed-off-by: Alex Bennée Cc: Thomas Huth --- Thanks for tackling this! R

Re: [RFC PATCH] build: deprecate --enable-gprof builds and remove from CI

2023-01-31 Thread Philippe Mathieu-Daudé
On 31/1/23 11:36, Philippe Mathieu-Daudé wrote: On 31/1/23 10:42, Alex Bennée wrote: As gprof relies on instrumentation you rarely get useful data compared to a real optimised build. Lets deprecate the build option and simplify the CI configuration as a result. Signed-off-by: Alex Bennée Cc: T

Re: [RFC PATCH] build: deprecate --enable-gprof builds and remove from CI

2023-01-31 Thread Philippe Mathieu-Daudé
On 31/1/23 10:42, Alex Bennée wrote: As gprof relies on instrumentation you rarely get useful data compared to a real optimised build. Lets deprecate the build option and simplify the CI configuration as a result. Signed-off-by: Alex Bennée Cc: Thomas Huth --- docs/about/deprecated.rst | 14

[RFC PATCH] build: deprecate --enable-gprof builds and remove from CI

2023-01-31 Thread Alex Bennée
As gprof relies on instrumentation you rarely get useful data compared to a real optimised build. Lets deprecate the build option and simplify the CI configuration as a result. Signed-off-by: Alex Bennée Cc: Thomas Huth --- docs/about/deprecated.rst | 14 ++ meson.build