blender/source/blenderplayer
Sergey Sharybin 2af7637f20 Cycles: Add option to directly link against CUDA libraries
The main purpose of such linking is to make Blender compatible with
NVidia's debuggers and profilers which are doing some LD_PRELOAD
magic to intercept some function calls. Such magic conflicts with
our CUDA wrangler magic and causes segmentation faults.

The option is disabled by default, so there's no affect on any of
artists.

In order to make Blender linked directly against CUDA library use
the WITH_CUDA_DYNLOAD CMake option (it's marked as advanced).
2016-01-14 12:27:22 +05:00
..
bad_level_call_stubs Fix Blender Player linking issue. 2016-01-06 01:33:12 +01:00
CMakeLists.txt Cycles: Add option to directly link against CUDA libraries 2016-01-14 12:27:22 +05:00