On 9/12/22 12:24, Paolo Bonzini wrote:
This disables the old behavior of detecting SafeStack from environment CFLAGS. SafeStack is now enabled purely based on the configure arguments.Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- configure | 73 ----------------------------------- meson.build | 26 +++++++++++++ meson_options.txt | 2 + scripts/meson-buildoptions.sh | 4 ++ 4 files changed, 32 insertions(+), 73 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>