From d36b4ee633873bbeea30153a1b53c92cb9824818 Mon Sep 17 00:00:00 2001 From: pyama Date: Wed, 8 Nov 2023 00:34:32 +0900 Subject: [PATCH] debug --- test.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test.sh b/test.sh index d1fa7d17..f369ace9 100755 --- a/test.sh +++ b/test.sh @@ -16,12 +16,6 @@ if [ `uname -s` = "NetBSD" ]; then MAKE=gmake KILLALL=pkill PS_C="pgrep -l" -elif [ `uname -s` = "FreeBSD" ]; then - NPROCESSORS_ONLN="NPROCESSORS_ONLN" - NGINX_DEFAULT_OPT='--with-debug --with-http_stub_status_module --with-http_ssl_module --with-cc-opt=-g\ -O0\ -fno-common' - MAKE=gmake - KILLALL=pkill - PS_C="pgrep -l" else NPROCESSORS_ONLN="_NPROCESSORS_ONLN" NGINX_DEFAULT_OPT='--with-debug --with-http_stub_status_module --with-http_ssl_module --with-cc-opt=-g\ -O0\ -fno-common'