From 735a2979a37251dc447274aa888ad77ded126457 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 12 Oct 2023 22:12:35 -0400 Subject: build: Disable liburing for now liburing will be enabled for the next feature release. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3