diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-11-13 16:07:59 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-11-13 16:07:59 +0000 |
commit | eea36177a70e3b55cc1ed8fa0d3227dced3e28b1 (patch) | |
tree | 635adaefbbdc6ab5d80d0dd27ef284a11f713a2f | |
parent | Support staging. (diff) |
- Allow WITH_CCACHE_BUILD to work with boost.
This speeds up building from 35 minutes to 5 minutes.
If you are building boost with ccache by changing CC="ccache cc",
change to using WITH_CCACHE_BUILD=yes in make.conf. This will
automatically handle installing and using ccache for port building,
while avoiding build breakages.
Reported by: Samu Nuutamo
Discussed with: bapt (who marked it unsafe)
Notes
Notes:
svn path=/head/; revision=333706
-rw-r--r-- | devel/boost-all/compiled.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/boost-all/compiled.mk b/devel/boost-all/compiled.mk index 8d1f37be7456..9b4c2a50a747 100644 --- a/devel/boost-all/compiled.mk +++ b/devel/boost-all/compiled.mk @@ -20,7 +20,6 @@ BJAM_ARGS+= cxxflags=-fPIC # of gcc/g++): BJAM_ARGS+= cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}" -NO_CCACHE= yes .if ${CC:T:Mgcc*} BOOST_TOOLSET:= gcc .elif ${CC:T:Mclang} |