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
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-06-24 19:54:01 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-06-24 19:54:01 +0400
commit93238c3a3d7d986d8a6debccc8d3ace8294a7437 (patch)
tree18a8237d54bc47c3440501a4f7b85696a40fb1cc /config/linux2-config.py
parent4c810198230fda35589586238a0da549c5c2c7d3 (diff)
Runtime detection of SSE support for raytracing. Also enabled rayoptimization
by default now on all platforms since it shouldn't crash anymore if SSE is not there. If this breaks compilation on some platforms, please let me know.
Diffstat (limited to 'config/linux2-config.py')
-rw-r--r--config/linux2-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 199ea391d4e..213c20bd7d0 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -168,7 +168,7 @@ BF_EXPAT_LIBPATH = '/usr/lib'
WITH_BF_OPENMP = True
#Ray trace optimization
-WITH_BF_RAYOPTIMIZATION = False
+WITH_BF_RAYOPTIMIZATION = True
BF_RAYOPTIMIZATION_SSE_FLAGS = ['-msse','-pthread']
##