From f10a4cb1045e6e0583a99fee9a923b2944548e91 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 16 May 2002 13:31:23 +0000 Subject: [PATCH] merge from RC_1_28_0 [SVN r13950] --- python.jam | 4 +++- v1/python.jam | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python.jam b/python.jam index 743d85237..24df2338c 100644 --- a/python.jam +++ b/python.jam @@ -168,7 +168,9 @@ if $(NT) { local gcc-release-properties = speed -fomit-frame-pointer - on -foptimize-sibling-calls + on + # GCC 2.95.4, which ships with Debian, chokes on this. + # -foptimize-sibling-calls ; PYTHON_PROPERTIES += <$(gcc-compilers)>$(gcc-release-properties) ; diff --git a/v1/python.jam b/v1/python.jam index 743d85237..24df2338c 100644 --- a/v1/python.jam +++ b/v1/python.jam @@ -168,7 +168,9 @@ if $(NT) { local gcc-release-properties = speed -fomit-frame-pointer - on -foptimize-sibling-calls + on + # GCC 2.95.4, which ships with Debian, chokes on this. + # -foptimize-sibling-calls ; PYTHON_PROPERTIES += <$(gcc-compilers)>$(gcc-release-properties) ;