From 4e46fa4f6d2143807fbd3d64a9d03d76135753f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Mon, 6 Sep 2021 04:35:20 -0700 Subject: [PATCH] Enable parallel builds for debug configuration (#15324) --- openrct2.common.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openrct2.common.props b/openrct2.common.props index 49e0395b7c..fb2f6a188f 100644 --- a/openrct2.common.props +++ b/openrct2.common.props @@ -74,6 +74,7 @@ MultiThreadedDebug MultiThreadedDebugDLL false + true DebugFull @@ -90,6 +91,7 @@ false NDEBUG;%(PreprocessorDefinitions) Speed + true DebugFull