forked from pool/zmusic
- Drop -msse/-msse2, CPUID guards do not help.
OBS-URL: https://build.opensuse.org/package/show/games/zmusic?expand=0&rev=14
This commit is contained in:
parent
c1c576c2d8
commit
79dee6f784
@ -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>
|
||||
|
||||
|
@ -72,12 +72,6 @@ music component library.
|
||||
# There is handcrafted assembler, which LTO does not play nice with.
|
||||
%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 \
|
||||
-DCMAKE_SHARED_LINKER_FLAGS="" \
|
||||
-DCMAKE_EXE_LINKER_FLAGS="" -DCMAKE_MODULE_LINKER_FLAGS="" \
|
||||
|
Loading…
Reference in New Issue
Block a user