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>2012-07-05 15:39:11 +0400
committerAntony Riakiotakis <kalast@gmail.com>2012-07-05 15:39:11 +0400
commitfa92f2fb5524165c3c2ef0e7b37f60f0971a58cd (patch)
treea397f9817a95deaacd1cedcf0e3dc442734f624e /build_files/scons
parent2442bcf80707234afdd9013348793768f4ae03f2 (diff)
Update build systems to copy needed dlls from MinGW-w64, turn openmp on by default for MinGW.
Diffstat (limited to 'build_files/scons')
-rw-r--r--build_files/scons/config/win64-mingw-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/scons/config/win64-mingw-config.py b/build_files/scons/config/win64-mingw-config.py
index 2649c5505d5..27286439297 100644
--- a/build_files/scons/config/win64-mingw-config.py
+++ b/build_files/scons/config/win64-mingw-config.py
@@ -169,8 +169,8 @@ BF_BOOST_LIBPATH = BF_BOOST + '/lib'
WITH_BF_RAYOPTIMIZATION = True
BF_RAYOPTIMIZATION_SSE_FLAGS = ['-mmmx', '-msse', '-msse2']
-#Produces errors while rendering with subsurf/multires,
-WITH_BF_OPENMP = False
+#May produce errors with unsupported MinGW-w64 builds
+WITH_BF_OPENMP = True
##
CC = 'gcc'