Jan Engelhardt
e9c08bbc54
- Disable SSE with disable_sse.patch on non x86* archs OBS-URL: https://build.opensuse.org/request/show/597812 OBS-URL: https://build.opensuse.org/package/show/games:tools/slade?expand=0&rev=16
13 lines
458 B
Diff
13 lines
458 B
Diff
--- src/CMakeLists.txt.orig 2018-04-18 16:11:00.227988702 +0200
|
|
+++ src/CMakeLists.txt 2018-04-18 16:11:14.228041424 +0200
|
|
@@ -97,9 +97,6 @@ if(APPLE)
|
|
set_source_files_properties(${OSX_ICON} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
|
endif(APPLE)
|
|
|
|
-# enable SSE instructions for dumb library
|
|
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_USE_SSE -msse")
|
|
-
|
|
add_executable(slade WIN32 MACOSX_BUNDLE
|
|
External/lzma/C/LzmaDec.c
|
|
External/mus2mid/mus2mid.cpp
|