From d90b29d1de11cc90286de868aee52c0a5af1f055 Mon Sep 17 00:00:00 2001 From: Ted John Date: Wed, 19 Jul 2017 18:19:13 +0100 Subject: [PATCH] Define NDEBUG on Windows --- openrct2.common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrct2.common.props b/openrct2.common.props index 7c315c9315..bc8788600e 100644 --- a/openrct2.common.props +++ b/openrct2.common.props @@ -76,7 +76,7 @@ false - %(PreprocessorDefinitions) + NDEBUG;%(PreprocessorDefinitions) Speed