Re: [PATCH 19/30] configure, meson: move --enable-debug-info to Meson

2022-12-16 Thread Daniel P . Berrangé
On Fri, Dec 09, 2022 at 12:23:58PM +0100, Paolo Bonzini wrote: > Older versions of Meson had an unclear description of the -Ddebug option, > but this is fixed in 0.63.0 that is required now. > > Signed-off-by: Paolo Bonzini > --- > configure | 5 - > scripts/meson-buildop

Re: [PATCH 19/30] configure, meson: move --enable-debug-info to Meson

2022-12-09 Thread Paolo Bonzini
On 12/9/22 15:21, Philippe Mathieu-Daudé wrote: On 9/12/22 14:54, Paolo Bonzini wrote: On 12/9/22 13:55, Philippe Mathieu-Daudé wrote: +  printf "%s\n" '  --disable-debug-info Enable debug symbols and other information' We should get '--enable-debug-info' here, ...     printf "%s\n" ' 

Re: [PATCH 19/30] configure, meson: move --enable-debug-info to Meson

2022-12-09 Thread Philippe Mathieu-Daudé
On 9/12/22 14:54, Paolo Bonzini wrote: On 12/9/22 13:55, Philippe Mathieu-Daudé wrote: +  printf "%s\n" '  --disable-debug-info Enable debug symbols and other information' We should get '--enable-debug-info' here, ...     printf "%s\n" '  --disable-install-blobs  install provided firmw

Re: [PATCH 19/30] configure, meson: move --enable-debug-info to Meson

2022-12-09 Thread Paolo Bonzini
On 12/9/22 13:55, Philippe Mathieu-Daudé wrote: +  printf "%s\n" '  --disable-debug-info Enable debug symbols and other information' We should get '--enable-debug-info' here, ...     printf "%s\n" '  --disable-install-blobs  install provided firmware blobs' ... and here. Do we have a

Re: [PATCH 19/30] configure, meson: move --enable-debug-info to Meson

2022-12-09 Thread Philippe Mathieu-Daudé
On 9/12/22 12:23, Paolo Bonzini wrote: Older versions of Meson had an unclear description of the -Ddebug option, but this is fixed in 0.63.0 that is required now. Signed-off-by: Paolo Bonzini --- configure | 5 - scripts/meson-buildoptions.py | 2 ++ scripts/meson-bu

[PATCH 19/30] configure, meson: move --enable-debug-info to Meson

2022-12-09 Thread Paolo Bonzini
Older versions of Meson had an unclear description of the -Ddebug option, but this is fixed in 0.63.0 that is required now. Signed-off-by: Paolo Bonzini --- configure | 5 - scripts/meson-buildoptions.py | 2 ++ scripts/meson-buildoptions.sh | 3 +++ 3 files changed, 5 in