Skip to content
Snippets Groups Projects
Commit c9eab3b7 authored by Florian Fischer's avatar Florian Fischer
Browse files

[meson] set default context_alignment to cache_line_size

parent 43c3bc63
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment