summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-01-13 19:44:00 +0000
committerPierre Joye <pajoye@php.net>2011-01-13 19:44:00 +0000
commit1ec3ec1326b875095d2cd8c18b4733c8a345e956 (patch)
tree8e084959b7111159ffd2c82ebfa5490c84bc9242 /win32
parentc33795b25b5d4206f6d0a358e788301bd199698f (diff)
downloadphp-git-1ec3ec1326b875095d2cd8c18b4733c8a345e956.tar.gz
-disable the analyzer for the snapshot in 5.3 too
Diffstat (limited to 'win32')
-rw-r--r--win32/build/config.w322
1 files changed, 1 insertions, 1 deletions
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 ");
}