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:
authorAndrew Wiggin <ender79bl@gmail.com>2011-10-29 20:14:38 +0400
committerAndrew Wiggin <ender79bl@gmail.com>2011-10-29 20:14:38 +0400
commit15bd96efeb77cf33215613a53059f01db7242b31 (patch)
treee3b8747ebe7fdb6d6618f8504eff1ff80faaac81 /source/blender/CMakeLists.txt
parente28c2ce753fbbcd26f5f22780f521e3ea85c060f (diff)
Fix RelWithDebInfo build.
RelWithDebInfo sets the library path to only include release libraries (e.g. python32.lib) but defining _DEBUG when #include'ing python headers inserts a linker directive to require for python32_d.lib. Additionally, RelWithDebInfo should be different from release build in that it builds debugger symbols (.PDBs), it should not have asserts and other debug code.
Diffstat (limited to 'source/blender/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions