Author: Alessio Treglia <alessio@debian.org>
Origin: Debian
Description: Drop GCC options which are not supported on all architectures.
Bug: http://bugs.debian.org/584492
Forwarded: no
---
src/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- yoshimi.orig/src/CMakeLists.txt
+++ yoshimi/src/CMakeLists.txt
@@ -43,7 +43,7 @@ set(BUILD_X86_64_OPTS
CACHE STRING "X86_64 complier options"
)
set(BUILD_OPTS
- "-O3 -march=native -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer"
+ "-O3 -ffast-math -fomit-frame-pointer"
CACHE STRING "X86 complier options"
)