From d48f8c4f362f54eb4653f3ebaec72a787edb7b2a Mon Sep 17 00:00:00 2001 From: Ted John Date: Wed, 20 Dec 2017 11:11:19 +0000 Subject: [PATCH] Enable SSE4.1 for Windows builds --- openrct2.common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrct2.common.props b/openrct2.common.props index 8794d431bd..c441455d66 100644 --- a/openrct2.common.props +++ b/openrct2.common.props @@ -51,7 +51,7 @@ C4549: 'operator': operator before comma has no effect; did you intend 'operator'? C4555: expression has no effect; expected expression with side-effect --> - OPENGL_NO_LINK;_CRT_SECURE_NO_WARNINGS;_USE_MATH_DEFINES;CURL_STATICLIB;SDL_MAIN_HANDLED;_WINSOCK_DEPRECATED_NO_WARNINGS;ZIP_STATIC;%(PreprocessorDefinitions) + __SSE4_1__;OPENGL_NO_LINK;_CRT_SECURE_NO_WARNINGS;_USE_MATH_DEFINES;CURL_STATICLIB;SDL_MAIN_HANDLED;_WINSOCK_DEPRECATED_NO_WARNINGS;ZIP_STATIC;%(PreprocessorDefinitions) MultiThreaded true true