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>2014-04-07 04:51:02 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-04-07 20:01:19 +0400
commit3ab0a4da73f4fe29b67553e5f86c306d8e42b9b0 (patch)
treebea51f91e1abdadc8ff9f02b7053973c7354d5ab /build_files/scons
parent574b0e2c3077effcc11c9d5d45511a58acb2e5c8 (diff)
Enable openmp in MinGW-w64
Diffstat (limited to 'build_files/scons')
-rw-r--r--build_files/scons/config/win64-mingw-config.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/build_files/scons/config/win64-mingw-config.py b/build_files/scons/config/win64-mingw-config.py
index bb55354d591..1380a47d0c8 100644
--- a/build_files/scons/config/win64-mingw-config.py
+++ b/build_files/scons/config/win64-mingw-config.py
@@ -169,8 +169,7 @@ BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
WITH_BF_RAYOPTIMIZATION = True
BF_RAYOPTIMIZATION_SSE_FLAGS = ['-mmmx', '-msse', '-msse2']
-#May produce errors with unsupported MinGW-w64 builds
-WITH_BF_OPENMP = False
+WITH_BF_OPENMP = True
#Freestyle
WITH_BF_FREESTYLE = True