summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-10-12 22:14:34 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-10-12 22:14:34 -0400
commitda21718ab320f144e22b6b1147fc8b5d6401870a (patch)
tree2df09d63ecc5a4b6a9aa051979957d802888488c /GNUmakefile
parent2acd897857fe301dfc6f5a8648e0124cd8515b4e (diff)
downloadbfs-da21718ab320f144e22b6b1147fc8b5d6401870a.tar.xz
build: Re-enable liburing
This reverts commit 735a2979a37251dc447274aa888ad77ded126457.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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