sccache 0.7.4-3 source package in Ubuntu

Changelog

sccache (0.7.4-3) unstable; urgency=medium

  * reduce memory for i386 and riscv64

 -- Jonas Smedegaard <email address hidden>  Sun, 10 Dec 2023 23:57:40 +0100

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sccache_0.7.4-3.dsc 4.6 KiB 9b3d40a0a2594d812878d9997ed69a1ae9c75baa5497c3c2caf335aaba275229
sccache_0.7.4.orig.tar.gz 332.2 KiB 32301f125d5b1d73830b163fd15fe9b5c22cf4a4a6b835d893dec563aba5b4fc
sccache_0.7.4-3.debian.tar.xz 21.2 KiB 77f7f0f166493c97b6346f71e4d6b4bd93d20e586226885695454e32b3f4875f

Available diffs

No changes file available.

Binary packages built by this source

sccache: compiler cache for fast recompilation of C/C++/Rust code

 Sccache is a compiler cache.
 It speeds up recompilation
 by caching previous compilations
 and detecting when the same compilation is being done again.
 .
 Compared to ccache,
 sccache caches not only C and C++ but also Rust code
 and can store its cache using certain cloud storage,
 but tracks objects by their full paths
 (ccache tracks objects more flexibly).