From 940994288ba6ed1349ce33a7540d953b40a802d1 Mon Sep 17 00:00:00 2001 From: Router Gray Date: Sat, 30 Mar 2019 19:11:56 -0500 Subject: [PATCH] [3:39 PM] CmdrCupcake: there is no /arch:SSE3 --- indra/cmake/00-Common.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index e9868cfea..32be5e4b4 100644 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -108,7 +108,7 @@ if (WINDOWS) endif (USE_LTO) if (WORD_SIZE EQUAL 32) - add_compile_options(/arch:SSE3) + add_compile_options(/arch:SSE2) endif (WORD_SIZE EQUAL 32) if (NOT DISABLE_FATAL_WARNINGS)