From 785ed5c4cd8024750ee6a4fc3b5614859dc223fd Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Tue, 2 Jul 2024 23:03:46 +0200 Subject: [PATCH] meson: Don't auto-enable legacy and tls These features should be requested explicitly. --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson_options.txt b/meson_options.txt index bedd337b5..31e0b2093 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -82,6 +82,7 @@ option('iso8859x', option('legacy', type: 'feature', + value: 'disabled', description: 'Maximum ABI compatibility' ) @@ -157,6 +158,7 @@ option('thread-alloc', option('tls', type: 'feature', + value: 'disabled', description: 'thread-local storage' )