From 5eccc08c7ebb2a9ee0c09859d55d93b06f7e1a7b Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 10 Aug 2014 14:47:29 -0700 Subject: [PATCH] Use official flag for detailed symbols. Require VS2013 with update 3 or later to build. --- Source/Core/Common/stdafx.h | 4 ++++ Source/VSProps/Base.props | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Source/Core/Common/stdafx.h b/Source/Core/Common/stdafx.h index 1cbeb9d7e3..33024b3aea 100644 --- a/Source/Core/Common/stdafx.h +++ b/Source/Core/Common/stdafx.h @@ -4,6 +4,10 @@ #pragma once +#if _MSC_FULL_VER < 180030723 +#error Please update your build environment to VS2013 with Update 3 or later! +#endif + // Windows Vista is the lowest version we support #define _WIN32_WINNT 0x0600 diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 63198e3fa3..042cd7d6d0 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -57,7 +57,7 @@ false false true - /d2Zi+ /volatile:iso /D PSAPI_VERSION=1 /D _M_X86=1 %(AdditionalOptions) + /Zo /volatile:iso /D PSAPI_VERSION=1 /D _M_X86=1 %(AdditionalOptions) /D _ARCH_64=1 /D _M_X86_64=1 %(AdditionalOptions) ProgramDatabase