Skip to content

Commit b624669

Browse files
committed
meson: fix default flag numa for Actions CI builds
Signed-off-by: Herman Semenoff <GermanAizek@yandex.ru>
1 parent 3f4da78 commit b624669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson_options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ option('xwin', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
1414
description: 'Enable XWin X server')
1515
option('xquartz', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
1616
description: 'Enable Xquartz X server')
17-
option('numa', type: 'boolean', value: true, description: 'Enable NUMA support')
17+
option('numa', type: 'boolean', value: false, description: 'Enable NUMA support')
1818

1919
option('kdrive_kbd', type: 'boolean', value: true,
2020
description: 'Build kbd driver for kdrive')

0 commit comments

Comments
 (0)