PKGBUILDs/community/zynaddsubfx/0001-no_sse_generic.patch

21 lines
608 B
Diff
Raw Normal View History

2014-01-20 19:50:08 +00:00
Description: Stop forcing SSE and x86 compiler options in the generic target.
Author: Adam Conrad <adconrad@ubuntu.com>
Forwarded: no
---
src/CMakeLists.txt | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--- zynaddsubfx.orig/src/CMakeLists.txt
+++ zynaddsubfx/src/CMakeLists.txt
@@ -116,8 +116,8 @@ set (BuildOptions_X86_64Core2
)
set (BuildOptionsBasic
- "-O3 -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer"
- CACHE STRING "basic X86 complier options"
+ "-O3 -ffast-math -fomit-frame-pointer"
+ CACHE STRING "basic complier options"
)
set (BuildOptionsDebug