From 1ec3ec1326b875095d2cd8c18b4733c8a345e956 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 13 Jan 2011 19:44:00 +0000 Subject: [PATCH] -disable the analyzer for the snapshot in 5.3 too --- 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 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 "); } -- 2.40.0