Remove all /analyze from VS12, it's too slow

But still use it on VS14
This commit is contained in:
Jason Turner
2015-04-29 16:59:17 -06:00
parent 3e5034ecf8
commit ebc6468178

View File

@@ -8,6 +8,7 @@ compilers:
version: 14
architecture: Win64
cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=%COMMIT_SHA%
compiler_extra_flags: /analyze
skip_packaging: true
- name: Visual Studio
version: 12
@@ -16,5 +17,4 @@ compilers:
version: 12
architecture: Win64
cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=%COMMIT_SHA%
compiler_extra_flags: /analyze