From c9eab3b73659ac6e558a00e39ce7399899f808dd Mon Sep 17 00:00:00 2001
From: Florian Fischer <florian.fischer@muhq.space>
Date: Fri, 11 Feb 2022 10:46:20 +0100
Subject: [PATCH] [meson] set default context_alignment to cache_line_size

---
 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson_options.txt b/meson_options.txt
index df0459d0..1192db2a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -256,7 +256,7 @@ option(
   type: 'combo',
   description: 'Use the select mechanism to determine the alignment of contexts',
   choices: ['none', 'cache_line_size', 'page_size'],
-  value: 'none',
+  value: 'cache_line_size',
 )
 option(
   'assume_cache_line_size',
-- 
GitLab