Il lun 12 dic 2022, 13:16 Marc-André Lureau <marcandre.lur...@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