summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-27 08:00:00 +0800
committerRunxi Yu <me@runxiyu.org>2024-07-27 08:00:00 +0800
commit80549bb1cd948100f9755d3ba82eb1d714063dc4 (patch)
tree3b352397024d3b9fd8475433143dd3e90915cad2
parentee35bd9066b42974a91013aab6a67fd7ed2c602a (diff)
downloadhaxircd-docs-80549bb1cd948100f9755d3ba82eb1d714063dc4.tar.gz
haxircd-docs-80549bb1cd948100f9755d3ba82eb1d714063dc4.zip
.makeopts: Make it usable for tilde.institute
-rw-r--r--ci/.makeopts6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/.makeopts b/ci/.makeopts
index 6ec80ac..6fc0ae6 100644
--- a/ci/.makeopts
+++ b/ci/.makeopts
@@ -29,7 +29,7 @@ LAST_INSPIRCD4_PROTOCOL = 1
# The following control pseudoclients compiled into HaxIRCd.
LAST_HAXSERV_PSEUDOCLIENT = 1
-LAST_SERVICES_PSEUDOCLIENT = 1
+LAST_SERVICES_PSEUDOCLIENT =
# When SAFE_STACK is enabled, -fstack-check is added to CFLAGS.
LAST_SAFE_STACK = 1
@@ -39,7 +39,7 @@ LAST_SAFE_STACK = 1
# MISERABLE_SPINLOCKS may be used on systems that support neither POSIX
# semaphores or futexes. If neither FUTEX or MISERABLE_SPINLOCKS are
# defined, POSIX semaphores are used.
-LAST_FUTEX = 1
+LAST_FUTEX =
LAST_MISERABLE_SPINLOCKS =
LAST_ATOMICS = 1
@@ -47,7 +47,7 @@ LAST_ATOMICS = 1
# but if one of them is undesirable for whatever reason, you could turn it
# off here.
LAST_IPv4 = 1
-LAST_IPv6 = 1
+LAST_IPv6 =
# General options.
LAST_CFLAGS =