diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-12 22:14:34 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-12 22:14:34 -0400 |
commit | da21718ab320f144e22b6b1147fc8b5d6401870a (patch) | |
tree | 2df09d63ecc5a4b6a9aa051979957d802888488c | |
parent | 2acd897857fe301dfc6f5a8648e0124cd8515b4e (diff) | |
download | bfs-da21718ab320f144e22b6b1147fc8b5d6401870a.tar.xz |
build: Re-enable liburing
This reverts commit 735a2979a37251dc447274aa888ad77ded126457.
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 27d6674..a5a2a00 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -126,7 +126,7 @@ ifndef NOLIBS USE_ACL := y USE_ATTR := y USE_LIBCAP := y -# USE_LIBURING := y +USE_LIBURING := y endif ifdef USE_ACL |