Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-06-24 22:12:59 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-06-24 22:12:59 +0400
commit49db2d18b2ec4e465aa28653a7aed5d26f66c1db (patch)
treee42b2d01ab964dbbd438795478d8584c62d189ab /config
parent61d16219da517feae994d025beb1d6856809a7e0 (diff)
Disable rayoptimization again on MinGW, it crashes.
Diffstat (limited to 'config')
-rw-r--r--config/win32-mingw-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index 9d4c00e569b..f8b67781172 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -155,7 +155,7 @@ BF_OPENCOLLADA_LIB = 'OpenCOLLADAStreamWriter OpenCOLLADASaxFrameworkLoader Open
BF_OPENCOLLADA_LIBPATH = '${BF_OPENCOLLADA}/lib'
#Ray trace optimization
-WITH_BF_RAYOPTIMIZATION = True
+WITH_BF_RAYOPTIMIZATION = False
BF_RAYOPTIMIZATION_SSE_FLAGS = ['-msse']
##