From ef854f1b426325c0d36b299a8e2e1db1ae7c39e6 Mon Sep 17 00:00:00 2001 From: Yu Ning Date: Mon, 26 Nov 2018 14:13:46 +0800 Subject: [PATCH] haxm-tests.vcxproj: Fix build warning Remove the /Gm (Enable Minimal Rebuild) compiler flag from Debug build configurations, because it is deprecated by MSVC 14.16.x: https://docs.microsoft.com/en-us/cpp/build/reference/gm-enable-minimal-rebuild?view=vs-2017 Signed-off-by: Yu Ning --- platforms/windows/haxm-tests.vcxproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/platforms/windows/haxm-tests.vcxproj b/platforms/windows/haxm-tests.vcxproj index 05f4de43..274c1a42 100644 --- a/platforms/windows/haxm-tests.vcxproj +++ b/platforms/windows/haxm-tests.vcxproj @@ -60,7 +60,6 @@ Disabled HAX_TESTS;WIN32;_DEBUG;_CONSOLE;_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING;%(PreprocessorDefinitions) - true EnableFastChecks MultiThreadedDebugDLL Level3 @@ -75,7 +74,6 @@ Disabled HAX_TESTS;X64;_DEBUG;_CONSOLE;_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING;%(PreprocessorDefinitions) - true EnableFastChecks MultiThreadedDebugDLL Level3