Skip to content

Comments

Remove Python.h include since Boost Python already does it #4418

Merged
longjon merged 1 commit intoBVLC:windowsfrom
VLAM3D:windows
Jul 11, 2016
Merged

Remove Python.h include since Boost Python already does it #4418
longjon merged 1 commit intoBVLC:windowsfrom
VLAM3D:windows

Conversation

@mlamarre
Copy link

@mlamarre mlamarre commented Jul 5, 2016

This avoid adding the autolib for the debug version of Python.
This enables building in Debug without having the Python debug binaries.

See this file in Boost
boost\python\detail\wrap_python.hpp

specially the following line
#undef _DEBUG // Don't let Python force the debug library just because we're debugging.

…ing the autolib for the debug version of Python
@longjon longjon merged commit 5db3074 into BVLC:windows Jul 11, 2016
@longjon
Copy link
Contributor

longjon commented Jul 11, 2016

Hm, I'm not sure why that include was there in the first place. Merging this passing deletion, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants