summaryrefslogtreecommitdiff
path: root/community/zynaddsubfx/zynaddsubfx-2.4.3-no_sse_generic.patch
blob: 8eb295689dabb8fcba0c154f0ec1034bf1ea5c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- ZynAddSubFX-2.4.3.orig/src/CMakeLists.txt	2012-06-15 23:22:35.000000000 -0500
+++ ZynAddSubFX-2.4.3/src/CMakeLists.txt	2013-06-15 10:53:13.109741210 -0500
@@ -116,8 +116,8 @@
 )
 
 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
@@ -173,7 +173,6 @@
 include_directories(${ZLIB_INCLUDE_DIRS} ${MXML_INCLUDE_DIRS})
 
 add_definitions(
-	 -DASM_F2I_YES
 	 -g #TODO #todo put in a better location
 	 -Wall
 	 -Wextra