mirror of
https://github.com/php/php-src.git
synced 2026-03-29 11:42:17 +02:00
extend help msg
This commit is contained in:
@@ -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 ");
|
||||
|
||||
Reference in New Issue
Block a user