Re: [PATCH 1/2] configure: support passthrough of -Dxxx args to meson

2023-09-22 Thread Daniel P . Berrangé
On Fri, Sep 22, 2023 at 04:36:00PM +0200, Thomas Huth wrote: > On 22/09/2023 16.00, Peter Maydell wrote: > > On Fri, 22 Sept 2023 at 14:56, Daniel P. Berrangé > > wrote: > > > > > > This can be useful for setting some meson global options, such as the > > > optimization level or debug state, whi

Re: [PATCH 1/2] configure: support passthrough of -Dxxx args to meson

2023-09-22 Thread Thomas Huth
On 22/09/2023 16.00, Peter Maydell wrote: On Fri, 22 Sept 2023 at 14:56, Daniel P. Berrangé wrote: This can be useful for setting some meson global options, such as the optimization level or debug state, which don't have an analogous option explicitly defined in QEMU's configure wrapper script

Re: [PATCH 1/2] configure: support passthrough of -Dxxx args to meson

2023-09-22 Thread Peter Maydell
On Fri, 22 Sept 2023 at 14:56, Daniel P. Berrangé wrote: > > This can be useful for setting some meson global options, such as the > optimization level or debug state, which don't have an analogous > option explicitly defined in QEMU's configure wrapper script. > > Signed-off-by: Daniel P. Berrang

[PATCH 1/2] configure: support passthrough of -Dxxx args to meson

2023-09-22 Thread Daniel P . Berrangé
This can be useful for setting some meson global options, such as the optimization level or debug state, which don't have an analogous option explicitly defined in QEMU's configure wrapper script. Signed-off-by: Daniel P. Berrangé --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git