summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2015-11-29 18:01:04 -0800
committerAlan Antonuk <alan.antonuk@gmail.com>2016-10-14 23:17:54 -0700
commitb892b095cfc6a545f82566028807bbf9c51d848f (patch)
tree3d2b3261e2c8abf0f5912683f14f72a4aacb7dfe
parenta45fe6f30ba0bc24da0c6c46ff3c2dc270cf2b6d (diff)
downloadrabbitmq-c-b892b095cfc6a545f82566028807bbf9c51d848f.tar.gz
CI: enable /analyze on Win32
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1643549..4379abe 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,7 +30,7 @@ install:
& "$dir\$file" /silent /verysilent /sp- /suppressmsgboxes /dir="c:\OpenSSL"
before_build:
- - cmake -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON -DBUILD_TESTS=ON -DENABLE_SSL_SUPPORT=True -G"%GENERATOR%" .
+ - cmake -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON -DBUILD_TESTS=ON -DENABLE_SSL_SUPPORT=True -DCMAKE_C_FLAGS="/analyze" -G"%GENERATOR%" .
build:
project: ALL_BUILD.vcxproj