From 80549bb1cd948100f9755d3ba82eb1d714063dc4 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 27 Jul 2024 08:00:00 +0800 Subject: .makeopts: Make it usable for tilde.institute --- ci/.makeopts | 6 +++--- 1 file 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 = -- cgit v1.2.3