Repair MSVC-CRT leakage detector and enable this detection with Appveyor-CI (#5105)

This commit is contained in:
Vladimir Glavnyy
2019-01-25 04:30:11 +07:00
committed by Wouter van Oortmerssen
parent 38bf4cfc03
commit 3f388ec747
6 changed files with 60 additions and 34 deletions

View File

@@ -31,7 +31,7 @@ configuration:
before_build:
- set MONSTER_EXTRA=%MONSTER_EXTRA%
- cmake -G"Visual Studio %CMAKE_VS_VERSION%"
- cmake -G"Visual Studio %CMAKE_VS_VERSION%" -DFLATBUFFERS_CODE_SANITIZE=1
# This cuts down on a lot of noise generated by xamarin warnings.
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"