From cd29df18e78f6a652a2fc5afd31a563faa7ad7ec Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 29 Aug 2023 10:45:57 +0200 Subject: [PATCH] Meson: Improve warning message when PIE is disabled --- meson/hardening/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson/hardening/meson.build b/meson/hardening/meson.build index b562f02e17..0f72b055dd 100644 --- a/meson/hardening/meson.build +++ b/meson/hardening/meson.build @@ -23,7 +23,7 @@ if opt_hardening.enabled() or opt_hardening.auto() if not available if opt_hardening.auto() - warning(name + ' is not supported') + warning(name + ' is disabled or not supported') else error('Failing because ' + name + ' is not supported but hardening was explicitly requested') endif -- 2.47.2