]> granicus.if.org Git - php/commitdiff
-disable the analyzer for the snapshot in 5.3 too
authorPierre Joye <pajoye@php.net>
Thu, 13 Jan 2011 19:44:00 +0000 (19:44 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 13 Jan 2011 19:44:00 +0000 (19:44 +0000)
win32/build/config.w32

index ce033ae008eb43fa40e7c2f4a7e3f2c7f26b2221..ce61450a8e280c038c103b0643d34a7d1b484a80 100644 (file)
@@ -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 ");
 }