diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-12 22:12:35 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-12 22:13:38 -0400 |
commit | 735a2979a37251dc447274aa888ad77ded126457 (patch) | |
tree | 94947ca45603cb07d72232985339543775503c75 | |
parent | 8b70270715eb9d58417cc551af413187b7260055 (diff) | |
download | bfs-735a2979a37251dc447274aa888ad77ded126457.tar.xz |
build: Disable liburing for now
liburing will be enabled for the next feature release.
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index c1296f9..69cfe3d 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 |