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:
authorAntony Riakiotakis <kalast@gmail.com>2013-04-17 23:54:25 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-04-17 23:54:25 +0400
commitf3f5e9553ecf43cbe19d40607ef27e0ea1a73085 (patch)
tree86c71f59a3c8d2b4a055799cdaa2ecc3c91bf30f
parent3fcb75f0b9bdb52d121e9cc7e91468f7ff382848 (diff)
Turn OpenMP on for MinGW, it works the 32 bit compiler.
-rw-r--r--build_files/scons/config/win32-mingw-config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/scons/config/win32-mingw-config.py b/build_files/scons/config/win32-mingw-config.py
index 0544ba775ce..be7198713b2 100644
--- a/build_files/scons/config/win32-mingw-config.py
+++ b/build_files/scons/config/win32-mingw-config.py
@@ -174,6 +174,8 @@ BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
WITH_BF_RAYOPTIMIZATION = True
BF_RAYOPTIMIZATION_SSE_FLAGS = ['-msse']
+WITH_BF_OPENMP = True
+
#CUDA
WITH_BF_CYCLES_CUDA_BINARIES = False
#BF_CYCLES_CUDA_NVCC = "" # Path to the nvidia compiler