1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/boost-all
Bryan Drewery 5c1f235cef - Fix build when using WITH_CCACHE_BUILD.
ccache's documentation says to set CCACHE_SLOPPINESS=time_macros and
  CFLAGS+= -fpch-preprocess (it's a magic check in ccache for the string),
  but doing these does not actually fix the build when files are cached.
  Disabling PCH for ccache still results in an 18 second build, down from 143,
  on a 12 core machine.
- While here, strip libraries with STRIP_CMD (not bumping rev as this is
  not significant enough to warrant a rebuild).
2014-06-13 20:31:50 +00:00
..
common.mk
compiled.mk - Fix build when using WITH_CCACHE_BUILD. 2014-06-13 20:31:50 +00:00
Makefile
pkg-descr
pkg-message.python
pkg-message.threads