From e6d8fc6614364e54eb0d69ff4cba21f8cad2e2a9 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 8 Apr 2024 16:37:20 +0100 Subject: njs (lowercase) is more preferred way to mention --- auto/help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/help') diff --git a/auto/help b/auto/help index d23c67ed..8f7553f3 100644 --- a/auto/help +++ b/auto/help @@ -50,7 +50,7 @@ cat << END --openssl enable OpenSSL library usage - --njs enable NJS library usage + --njs enable njs library usage --debug enable debug logging -- cgit From 965fc94e4910da14d13a2f10d997cc720b3f6127 Mon Sep 17 00:00:00 2001 From: Arjun Date: Sat, 25 May 2024 17:52:02 +0530 Subject: fuzzing: add fuzzing infrastructure in build system Signed-off-by: Arjun Reviewed-by: Andrew Clayton Signed-off-by: Andrew Clayton --- auto/help | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auto/help') diff --git a/auto/help b/auto/help index 8f7553f3..6a6aee19 100644 --- a/auto/help +++ b/auto/help @@ -54,6 +54,8 @@ cat << END --debug enable debug logging + --fuzz=ENGINE enable fuzz testing + python OPTIONS configure Python module run "./configure python --help" to see available options -- cgit