qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 21/30] build: move sanitizer tests to meson


From: Paolo Bonzini
Subject: Re: [PATCH 21/30] build: move sanitizer tests to meson
Date: Mon, 12 Dec 2022 21:37:13 +0100

Il lun 12 dic 2022, 13:16 Marc-André Lureau <marcandre.lureau@gmail.com> ha scritto:
> +if get_option('sanitizers')
> +  if cc.has_argument('-fsanitize=address')
> +    qemu_cflags = ['-fsanitize=address'] + qemu_cflags
> +    qemu_ldflags = ['-fsanitize=address'] + qemu_ldflags

why not the += syntax? same below

Configure puts it at the beginning of QEMU_CFLAGS and I didn't want to change it.

Paolo 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]