Skip to content

Commit 8eddc7a

Browse files
committed
Support for --with-pydebug builds.
python.jam: Support for the specification of "_d" extension suffix. In compute-default-paths, fixed the check for residence in a "PCBuild.*" directory so we can build against Windows Python built in a source distribution. common.jam: Fixed generation of the "y" tag to look for <python-debugging>on rather than the whole debug-python build variant. Fixed some grammar and spelling. virtual-target.jam: Added the ability to forego the prepending of "." to a generated-target-suffix by specifying the suffix enclosed in <...> libs/python/build/Jamfile.v2: #define BOOST_DEBUG_PYTHON when <python-debugging>on [SVN r37326]
1 parent 98a468d commit 8eddc7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/Jamfile.v2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,13 @@ lib boost_python
6363
# import library, as usage requirements.
6464
<library>/python//python_for_extensions
6565

66+
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
67+
6668
: # default build
6769
<link>shared
6870
: # usage requirements
6971
<link>static:<define>BOOST_PYTHON_STATIC_LIB
72+
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
7073
;
7174
}
7275
else

0 commit comments

Comments
 (0)