From bf484db84e2b5c92babf67c00adca533386d104d Mon Sep 17 00:00:00 2001 From: Alexey Berezhok Date: Mon, 29 Jun 2026 12:12:35 +0300 Subject: [PATCH] Remove debug include on build --- extract_nginx_args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract_nginx_args.py b/extract_nginx_args.py index af2e95b..0973889 100755 --- a/extract_nginx_args.py +++ b/extract_nginx_args.py @@ -109,7 +109,7 @@ def main(nginx_src_dir="."): # Добавляем наш модуль в конец args_list.append("--add-dynamic-module=../modules/mod_rewrite") - args_list.append("--with-debug") + #args_list.append("--with-debug") print(f"Added --add-dynamic-module=../modules/mod_rewrite", file=sys.stderr)