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:
-rw-r--r--intern/cycles/device/device_opencl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp
index a1743f53831..c49583b07f3 100644
--- a/intern/cycles/device/device_opencl.cpp
+++ b/intern/cycles/device/device_opencl.cpp
@@ -2287,9 +2287,9 @@ public:
string clbin;
string clsrc, *debug_src = NULL;
- string build_options = "-D__SPLIT_KERNEL__";
+ string build_options = "-D__SPLIT_KERNEL__ ";
#ifdef __WORK_STEALING__
- build_options += " -D__WORK_STEALING__";
+ build_options += "-D__WORK_STEALING__ ";
#endif
build_options += requested_features.get_build_options();