2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

*** empty log message ***

[SVN r13134]
This commit is contained in:
Dave Abrahams
2002-03-08 14:55:02 +00:00
parent 8af7a4bd84
commit 37d51cdfee
2 changed files with 32 additions and 0 deletions

View File

@@ -155,6 +155,22 @@ PYTHON_PROPERTIES
<intel-win32><*><library-path>$(PYTHON_LIB_PATH)
;
{
local gcc-release-properties
= <optimization>speed <cxxflags>-fomit-frame-pointer
<inlining>on <cxxflags>-foptimize-sibling-calls
;
PYTHON_PROPERTIES += <gcc><release>$(gcc-release-properties) ;
}
BOOST_PYTHON_V2_PROPERTIES
= $(PYTHON_PROPERTIES)
<metrowerks><*><cxxflags>"-inline deferred"
<cxx><*><include>$(BOOST_ROOT)/boost/compatibility/cpp_c_headers
<define>BOOST_PYTHON_DYNAMIC_LIB
<define>BOOST_PYTHON_V2
;
# Extends the RUN_PATH assignment for targets built under Cygwin so
# that the Python DLL can be found.
rule add-cygwin-python-run-path ( module )

View File

@@ -155,6 +155,22 @@ PYTHON_PROPERTIES
<intel-win32><*><library-path>$(PYTHON_LIB_PATH)
;
{
local gcc-release-properties
= <optimization>speed <cxxflags>-fomit-frame-pointer
<inlining>on <cxxflags>-foptimize-sibling-calls
;
PYTHON_PROPERTIES += <gcc><release>$(gcc-release-properties) ;
}
BOOST_PYTHON_V2_PROPERTIES
= $(PYTHON_PROPERTIES)
<metrowerks><*><cxxflags>"-inline deferred"
<cxx><*><include>$(BOOST_ROOT)/boost/compatibility/cpp_c_headers
<define>BOOST_PYTHON_DYNAMIC_LIB
<define>BOOST_PYTHON_V2
;
# Extends the RUN_PATH assignment for targets built under Cygwin so
# that the Python DLL can be found.
rule add-cygwin-python-run-path ( module )