Re: [Xen-devel] [PATCH v2 1/2] build: move debug{, _symbols} to tools/Rules.mk

2017-01-03 Thread Jan Beulich
>>> On 23.12.16 at 13:24, wrote: > 31d41d7b tried to make debug affect tools build only but failed to take > care of debug_symbols (which appends "-g" to CFLAGS). > > Move both to tools/Rules.mk at once in this patch. > > Signed-off-by: Wei Liu Acked-by: Jan Beulich

[Xen-devel] [PATCH v2 1/2] build: move debug{, _symbols} to tools/Rules.mk

2016-12-23 Thread Wei Liu
31d41d7b tried to make debug affect tools build only but failed to take care of debug_symbols (which appends "-g" to CFLAGS). Move both to tools/Rules.mk at once in this patch. Signed-off-by: Wei Liu --- Cc: Andrew Cooper Cc: George Dunlap Cc: Ian Jackson Cc: Jan Beulich Cc: Konrad Rzeszutek