forked from pool/zmusic
Accepting request 986748 from games
- Drop -msse/-msse2, CPUID guards do not help. OBS-URL: https://build.opensuse.org/request/show/986748 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zmusic?expand=0&rev=7
This commit is contained in:
commit
6ebcac0ccc
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 4 21:46:43 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Drop -msse/-msse2, CPUID guards do not help.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 23 21:46:14 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Thu Jun 23 21:46:14 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -72,12 +72,6 @@ music component library.
|
|||||||
# There is handcrafted assembler, which LTO does not play nice with.
|
# There is handcrafted assembler, which LTO does not play nice with.
|
||||||
%define _lto_cflags %nil
|
%define _lto_cflags %nil
|
||||||
|
|
||||||
%ifarch %ix86
|
|
||||||
# Allow sw to use intrinsics (functions like _mm_set_sd).
|
|
||||||
# Guarded by cpuid calls by sw.
|
|
||||||
export CFLAGS="%optflags -msse -msse2"
|
|
||||||
export CXXFLAGS="%optflags -msse -msse2"
|
|
||||||
%endif
|
|
||||||
%cmake -DNO_STRIP=1 \
|
%cmake -DNO_STRIP=1 \
|
||||||
-DCMAKE_SHARED_LINKER_FLAGS="" \
|
-DCMAKE_SHARED_LINKER_FLAGS="" \
|
||||||
-DCMAKE_EXE_LINKER_FLAGS="" -DCMAKE_MODULE_LINKER_FLAGS="" \
|
-DCMAKE_EXE_LINKER_FLAGS="" -DCMAKE_MODULE_LINKER_FLAGS="" \
|
||||||
|
Loading…
Reference in New Issue
Block a user