ca6ede6
--- yoshimi-1.7.0/src/CMakeLists.txt	2020-01-18 15:00:29.000000000 +0000
ca6ede6
+++ yoshimi-1.7.0.new/src/CMakeLists.txt	2020-01-24 21:45:48.909253933 +0000
ca6ede6
@@ -104,12 +104,12 @@
4f00b93
 )
2bd7dda
 
4f00b93
 set (BuildOptions_X86_64AMD
166ea29
-    "-march=athlon64 -m64 -Wall -msse -msse2 -mfpmath=sse -ffast-math -fno-finite-math-only -fomit-frame-pointer"
166ea29
+    ${CMAKE_C_FLAGS}
ca6ede6
     CACHE STRING "X86_64 compiler options"
2bd7dda
 )
2bd7dda
 
2bd7dda
 set (BuildOptions_X86_64Core2
166ea29
-    "-march=core2 -m64 -Wall -msse -msse2 -mfpmath=sse -ffast-math -fno-finite-math-only -fomit-frame-pointer"
166ea29
+    ${CMAKE_C_FLAGS}
ca6ede6
     CACHE STRING "X86_64 compiler options"
2bd7dda
 )
2bd7dda