Enable asynchronous I/O
This commit is contained in:
parent
dfa1f7d6c5
commit
a37da84aa1
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@
|
|||
PCSPKR_PLATFORM = false;
|
||||
FUTEX = true;
|
||||
EPOLL = true;
|
||||
AIO = false;
|
||||
AIO = true;
|
||||
IO_URING = true;
|
||||
ADVISE_SYSCALLS = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue