Blender Git Commit Log

Git Commits -> Revision 15bd96e

Revision 15bd96e by Andrew Wiggin (master)
October 29, 2011, 16:14 (GMT)
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.

Commit Details:

Full Hash: 15bd96efeb77cf33215613a53059f01db7242b31
SVN Revision: 41368
Parent Commit: e28c2ce
Lines Changed: +1, -1

1 Modified Path:

/CMakeLists.txt (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021