summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-28 20:18:11 +0200
committerAnatol Belski <ab@php.net>2016-08-28 20:18:11 +0200
commitbe0958d291e30dc025f6c519266beeddfc72ea0c (patch)
treecab2b67b2cf5f10494e867cfb7a96b4edfbe7d65
parentb415290c9271adea5a53a93b2ec4d3ebb60e1d26 (diff)
downloadphp-git-be0958d291e30dc025f6c519266beeddfc72ea0c.tar.gz
extend help msg
-rw-r--r--win32/build/config.w322
1 files changed, 1 insertions, 1 deletions
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 ");