diff options
author | Pierre Joye <pajoye@php.net> | 2011-03-28 10:55:34 (GMT) |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-03-28 10:55:34 (GMT) |
commit | 0625b3882d965b88116416ff0a336ac35a7021d0 (patch) | |
tree | 45b49b11b07cbba459267c404572694020381722 /win32 | |
parent | 301eda5b6dbad37e9acff8569a9626e264e3130f (diff) | |
download | php-0625b3882d965b88116416ff0a336ac35a7021d0.tar.gz |
- re enable static analyzer, crash fixed with snapshot builds
Diffstat (limited to 'win32')
-rw-r--r-- | win32/build/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/config.w32 b/win32/build/config.w32 index b2fbea3..2351ee6 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 "); } |