diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-05-06 10:43:24 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-05-07 10:58:53 +0200 |
commit | 75edcfc0569ca76fa22db451fd61138e52870a62 (patch) | |
tree | 80cbfa96dc4267a5c0f1e06690f574c06e88dc7d /external/libxml2 | |
parent | a638c73fcfc4480d652ba86754a3f96c693f8e12 (diff) |
no longer force -arch:SSE on Windows
SSE2 has been pretty much a requirement for running Windows since
about 2018, so there should be ~nobody needing this.
https://lists.freedesktop.org/archives/libreoffice/2020-May/085029.html
Change-Id: I579eb92c18e42c57aa1421b889cfa7997b84915f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93558
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'external/libxml2')
-rw-r--r-- | external/libxml2/libxml2-vc10.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libxml2/libxml2-vc10.patch b/external/libxml2/libxml2-vc10.patch index 3892b518d35d..15bc4d973ea7 100644 --- a/external/libxml2/libxml2-vc10.patch +++ b/external/libxml2/libxml2-vc10.patch @@ -6,7 +6,7 @@ Add SOLARINC, and disable SSE2 default for MSVC2012 CFLAGS = $(CFLAGS) /D "HAVE_PTHREAD_H" !endif CFLAGS = $(CFLAGS) /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE -+CFLAGS = $(CFLAGS) -arch:SSE $(SOLARINC) ++CFLAGS = $(CFLAGS) $(SOLARINC) # The linker and its options. LD = link.exe |