From: Pierre Joye Date: Thu, 13 Jan 2011 19:44:00 +0000 (+0000) Subject: -disable the analyzer for the snapshot in 5.3 too X-Git-Tag: php-5.3.6RC1~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ec3ec1326b875095d2cd8c18b4733c8a345e956;p=php -disable the analyzer for the snapshot in 5.3 too --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index ce033ae008..ce61450a8e 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -414,6 +414,6 @@ if (PHP_SECURITY_FLAGS == "yes") { } ARG_ENABLE("static-analyze", "Enable the VC compiler static analyze", "no"); -if (PHP_STATIC_ANALYZE == "yes") { +if (PHP_STATIC_ANALYZE == "yes" && PHP_SNAPSHOT_BUILD == "no") { ADD_FLAG("CFLAGS", " /analyze "); }