diff options
author | Anatol Belski <ab@php.net> | 2016-08-28 20:18:11 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-08-28 20:18:11 +0200 |
commit | be0958d291e30dc025f6c519266beeddfc72ea0c (patch) | |
tree | cab2b67b2cf5f10494e867cfb7a96b4edfbe7d65 | |
parent | b415290c9271adea5a53a93b2ec4d3ebb60e1d26 (diff) | |
download | php-git-be0958d291e30dc025f6c519266beeddfc72ea0c.tar.gz |
extend help msg
-rw-r--r-- | win32/build/config.w32 | 2 |
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 "); |