configure.ac |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit cecf2082df0427babc491dfad10f6e15e0ec7583
Author:     Luboš Luňák <l.lu...@collabora.com>
AuthorDate: Wed Feb 9 13:33:00 2022 +0100
Commit:     Luboš Luňák <l.lu...@collabora.com>
CommitDate: Thu Feb 10 09:39:47 2022 +0100

    do not use /arch:SSE with MSVC
    
    It looks like I missed this one when making SSE2 our MSVC baseline
    in 75edcfc0569ca76fa22db451fd61138e52870a62 .
    
    Change-Id: Iec8dd1522187a32ed379d387439ee01074a624ab
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129722
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lu...@collabora.com>

diff --git a/configure.ac b/configure.ac
index bb53c75fac73..cb296ab52dc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4270,7 +4270,6 @@ if test "$_os" = "WINNT"; then
         elif test -n "$WIN_MULTI_ARCH"; then
             BUILD_X86=TRUE
             CXX_X86_BINARY=`win_short_path_for_make "$MSVC_MULTI_PATH/cl.exe"`
-            CXX_X86_BINARY+=" /arch:SSE"
             AC_MSG_RESULT([found])
         else
             AC_MSG_RESULT([not found])

Reply via email to