From be0958d291e30dc025f6c519266beeddfc72ea0c Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 28 Aug 2016 20:18:11 +0200 Subject: [PATCH] extend help msg --- win32/build/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 73347e8529..bc3e94ddf5 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -212,7 +212,7 @@ if (PHP_SECURITY_FLAGS == "yes") { ADD_FLAG("LDFLAGS", "/NXCOMPAT /DYNAMICBASE "); } -ARG_WITH("analyzer", "Enable static analyzer. Pass vs for Visual Studio, pvs for PVS-Studio", "no"); +ARG_WITH("analyzer", "Enable static analyzer. Pass vs for Visual Studio, clang for clang, pvs for PVS-Studio", "no"); if (PHP_ANALYZER == "vs") { ADD_FLAG("CFLAGS", " /analyze "); ADD_FLAG("CFLAGS", " /wd6308 "); -- 2.50.1