mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
wip: io-uring
This commit is contained in:
parent
9b0d5e7c96
commit
ae8394b0c1
5 changed files with 250 additions and 9 deletions
|
|
@ -27,3 +27,5 @@ option('utmp-backend', type: 'combo', value: 'auto', choices: ['none', 'libutemp
|
|||
description: 'Which utmp logging backend to use. This affects how (with what arguments) the utmp helper binary (see \'utmp-default-helper-path\')is called. Default: auto (linux=libutempter, freebsd=ulog, others=none)')
|
||||
option('utmp-default-helper-path', type: 'string', value: 'auto',
|
||||
description: 'Default path to the utmp helper binary. Default: auto-detect')
|
||||
|
||||
option('io-uring', type: 'feature', value: 'enabled', description: 'Build with io-uring support')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue