]> granicus.if.org Git - php/commitdiff
- re enable static analyzer, crash fixed with snapshot builds
authorPierre Joye <pajoye@php.net>
Mon, 28 Mar 2011 10:55:34 +0000 (10:55 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 28 Mar 2011 10:55:34 +0000 (10:55 +0000)
win32/build/config.w32

index cbe63020cf38ed0aff87781dd0c19ef2247116c0..92347e76b5308995bd5977b1440becdf076ce99e 100644 (file)
@@ -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 ");
 }