[PATCH] perf/tool: remove unneccessary feature-dwarf warning

2017-01-12 Thread David Carrillo-Cisneros
Don't warn for feature-dwarf==0 if user explicitily disabled dwarf by NO_DWARF=1. Signed-off-by: David Carrillo-Cisneros --- tools/perf/Makefile.config | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config index 94318c07

Re: [PATCH] perf/tool: remove unneccessary feature-dwarf warning

2017-01-13 Thread Arnaldo Carvalho de Melo
Em Thu, Jan 12, 2017 at 01:01:59PM -0800, David Carrillo-Cisneros escreveu: > Don't warn for feature-dwarf==0 if user explicitily > disabled dwarf by NO_DWARF=1. Thanks, applied. - Arnaldo