diff options
author | Werner Schweer <ws.seh.de> | 2008-02-24 15:50:43 +0000 |
---|---|---|
committer | Werner Schweer <ws.seh.de> | 2008-02-24 15:50:43 +0000 |
commit | c3320c4ef02bb64ec1110c72d33b53a8a5d453c4 (patch) | |
tree | 2f2af605b3ef7321fd08aaff3ffbc68739e4fd4f | |
parent | 53e41cad34d629e76547673b6460e8c0458956e1 (diff) |
disable USE_SSE
-rw-r--r-- | muse/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/muse/CMakeLists.txt b/muse/CMakeLists.txt index d573c3e9..53897063 100644 --- a/muse/CMakeLists.txt +++ b/muse/CMakeLists.txt @@ -54,7 +54,7 @@ include ( ${PROJECT_SOURCE_DIR}/cmake/TargetDoc.cmake) option ( ENABLE_DSSI "enable Disposable Soft Synth Interface" OFF) option ( ENABLE_VST "enable VST/win support" OFF) option ( ENABLE_FLUID "enable fluidsynth softsynth plugins" ON) -option ( ENABLE_ZYNADDSUBFX "enable zyaddsubfx softsynth plugin" OFF) +option ( ENABLE_ZYNADDSUBFX "enable zyaddsubfx softsynth plugin" ON) ## ## Just print a notice if this is OS X @@ -239,7 +239,7 @@ endif (ENABLE_VST) ## Optimizations ## -SET (USE_SSE true) +SET (USE_SSE false) ## ## check for fluidsynth |