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

merge from RC_1_28_0

[SVN r13950]
This commit is contained in:
Dave Abrahams
2002-05-16 13:31:23 +00:00
parent 56a7244dd3
commit f10a4cb104
2 changed files with 6 additions and 2 deletions

View File

@@ -168,7 +168,9 @@ if $(NT)
{
local gcc-release-properties
= <optimization>speed <cxxflags>-fomit-frame-pointer
<inlining>on <cxxflags>-foptimize-sibling-calls
<inlining>on
# GCC 2.95.4, which ships with Debian, chokes on this.
# <cxxflags>-foptimize-sibling-calls
;
PYTHON_PROPERTIES += <$(gcc-compilers)><release>$(gcc-release-properties) ;