Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Nov 7, 2023
1 parent a8c0687 commit d36b4ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d36b4ee

Please sign in to comment.