Re: [PATCH] meson: put custom CFLAGS after default CFLAGS

2022-02-10 Thread Philippe Mathieu-Daudé via
Hi Konstantin, On 10/2/22 12:44, Konstantin Khlebnikov wrote: Flags passed to configure must be at the end to override defaults. Signed-off-by: Konstantin Khlebnikov --- meson.build | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meson.build b/meson.build

Re: [PATCH] meson: put custom CFLAGS after default CFLAGS

2022-02-10 Thread Konstantin Khlebnikov
  10.02.2022, 14:52, "Philippe Mathieu-Daudé" :Hi Konstantin,On 10/2/22 12:44, Konstantin Khlebnikov wrote: Flags passed to configure must be at the end to override defaults.  Signed-off-by: Konstantin Khlebnikov  ---   meson.build | 12 ++--   1 file changed, 6 in

[PATCH] meson: put custom CFLAGS after default CFLAGS

2022-02-10 Thread Konstantin Khlebnikov
Flags passed to configure must be at the end to override defaults. Signed-off-by: Konstantin Khlebnikov --- meson.build | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meson.build b/meson.build index 5f43355071..d94f3ee3e3 100644 --- a/meson.build +++ b/meson.b