sccache 0.8.1-7 source package in Ubuntu

Changelog

sccache (0.8.1-7) unstable; urgency=medium

  * trust upstream optimization level unless explicitly disabled
  * enable hardening and pedantic build options
  * drop patch 2001_strip-ansi-escapes;
    tighten build-dependency for crate strip-ansi-escapes

 -- Jonas Smedegaard <email address hidden>  Wed, 31 Jul 2024 22:25:58 +0200

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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
sccache_0.8.1-7.dsc 4.4 KiB 45f39af48e49c531e8359a9cb1e1daa528c5c4e5d30a66aa4f52017397a6421a
sccache_0.8.1.orig.tar.gz 345.4 KiB 30b951b49246d5ca7d614e5712215cb5f39509d6f899641f511fb19036b5c4e5
sccache_0.8.1-7.debian.tar.xz 20.0 KiB d5ece55291e3465e54a8bcb3e52d0ef187dfb6c64ee76a09cf9260152de20958

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).