Path to this page:
./
devel/ccache,
Cache for C/C++ compilers
Branch: pkgsrc-2022Q4,
Version: 4.7.4nb2,
Package name: ccache-4.7.4nb2,
Maintainer: pkgsrc-usersccache is a compiler cache. It acts as a caching pre-processor
to C/C++ compilers, using the -E compiler switch and a hash to
detect when a compilation can be satisfied from cache. This
often results in a 5 to 10 times speedup in common compilations.
Master sites:
Filesize: 725.598 KB
Version history: (Expand)
- (2023-01-04) Updated to version: ccache-4.7.4nb2
- (2022-12-27) Package added to pkgsrc.se, version ccache-4.7.4nb1 (created)
CVS history: (Expand)
2023-01-04 13:26:08 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #6713 - requested by gutteridge
devel/ccache: i386 build fix
Revisions pulled up:
- devel/ccache/Makefile 1.68
---
Module Name: pkgsrc
Committed By: gutteridge
Date: Wed Jan 4 02:26:47 UTC 2023
Modified Files:
pkgsrc/devel/ccache: Makefile
Log message:
ccache: fix builds on i386 (and possibly other arches)
Addresses PR pkg/57157 from ano(ther)nymous.
|