From 4ad6108b7d296cbefb6a2927aa189bf000dc31f4 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 28 Mar 2011 10:55:34 +0000 Subject: [PATCH] - re enable static analyzer, crash fixed with snapshot builds --- 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 cbe63020cf..92347e76b5 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -414,7 +414,7 @@ if (PHP_SECURITY_FLAGS == "yes") { } ARG_ENABLE("static-analyze", "Enable the VC compiler static analyze", "no"); -if (PHP_STATIC_ANALYZE == "yes" && PHP_SNAPSHOT_BUILD == "no") { +if (PHP_STATIC_ANALYZE == "yes") { ADD_FLAG("CFLAGS", " /analyze "); ADD_FLAG("CFLAGS", " /wd6308 "); } -- 2.40.0