From cda70b0019f1480ad240a085e80abc5922377f57 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Fri, 27 Jan 2023 15:08:41 -0800 Subject: [PATCH] Added description for --no-libxml2 option. --- auto/help | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/auto/help b/auto/help index 9e248a1b..f15691a6 100644 --- a/auto/help +++ b/auto/help @@ -35,6 +35,10 @@ default: "$NJS_LD_OPT" enabled OpenSSL dependant code is not built as a part of libnjs.a. + --no-libxml2 disabled libxml2 discovery. When this option is + enabled libxml2 dependant code is not built as a + part of libnjs.a. + --address-sanitizer=YES enables build with address sanitizer, \ default: "$NJS_ADDRESS_SANITIZER" --addr2line=YES enables native function symbolization, \ -- 2.47.3