summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-10-12 22:12:35 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-10-12 22:13:38 -0400
commit735a2979a37251dc447274aa888ad77ded126457 (patch)
tree94947ca45603cb07d72232985339543775503c75
parent8b70270715eb9d58417cc551af413187b7260055 (diff)
build: Disable liburing for now
liburing will be enabled for the next feature release.
-rw-r--r--GNUmakefile2
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