From cd6739c3408d00f6b034e378a2246a2d1b3bc2c7 Mon Sep 17 00:00:00 2001 From: Ted John Date: Tue, 6 Mar 2018 19:40:18 +0000 Subject: [PATCH] Use debug CRT for debug Now that we can link to debug versions of our dependencies we can now use the debug CRT. --- openrct2.common.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openrct2.common.props b/openrct2.common.props index 8fc3dc4839..07a5846478 100644 --- a/openrct2.common.props +++ b/openrct2.common.props @@ -69,7 +69,8 @@ Disabled true - DEBUG;%(PreprocessorDefinitions) + DEBUG;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreadedDebug false