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:
authorJens Verwiebe <info@jensverwiebe.de>2013-11-07 03:19:01 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-11-07 03:19:01 +0400
commitec470d731e5a715fe10f7210bb06f996f141814c (patch)
treef830a78544363535fc7aa74554d3081799e2062e /build_files
parentf07ed3c27032b8f132a7ca8294df1a3b91946fcf (diff)
OSX/scons: for completeness, added WITH_BF_OPENMP switch
Diffstat (limited to 'build_files')
-rw-r--r--build_files/scons/config/darwin-config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_files/scons/config/darwin-config.py b/build_files/scons/config/darwin-config.py
index 2d658fcb756..0b0120e4473 100644
--- a/build_files/scons/config/darwin-config.py
+++ b/build_files/scons/config/darwin-config.py
@@ -211,6 +211,9 @@ BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35']
#Freestyle
WITH_BF_FREESTYLE = True
+#OpenMP ( will be checked for compiler support and turned off eventually )
+WITH_BF_OPENMP = True
+
#Ray trace optimization
WITH_BF_RAYOPTIMIZATION = True
BF_RAYOPTIMIZATION_SSE_FLAGS = []