mold 1.4.0+dfsg-1 source package in Ubuntu

Changelog

mold (1.4.0+dfsg-1) unstable; urgency=medium

  [ Roger Shimizu ]
  * d/control:
    - Sort B-D list.
    - Remove libstdc++-10-dev and unused clang from B-D list.
    - Add libmimalloc-dev and libtbb-dev to B-D list.
  * debian/rules:
    - Prefer to use system library mimalloc and tbb.
  * debian/patches:
    - Add patch to avoid overwriting C*FLAGS set by debian/rules.

  [ Sylvestre Ledru ]
  * New upstream release
  * Add gdb as a build dep for tests
  * For now, use TBB from the tree
    See https://github.com/rui314/mold/issues/600

 -- Sylvestre Ledru <email address hidden>  Fri, 05 Aug 2022 09:43:13 +0200

Upload details

Uploaded by:
Sylvestre Ledru
Uploaded to:
Sid
Original maintainer:
Sylvestre Ledru
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mold_1.4.0+dfsg-1.dsc 1.9 KiB e6531cc133cf606eaa9503da0690e7728a20cd8b33119894f54cc2853872a364
mold_1.4.0+dfsg.orig.tar.xz 3.4 MiB d55756957aa2e3f777c8b27863cb94c2dac32ee9f199ded301ca5679d92d44a9
mold_1.4.0+dfsg-1.debian.tar.xz 14.9 KiB de3fed53eb8c61ee33a3b0339d956e492349933beed5582d8a9f978b57e21fbb

Available diffs

No changes file available.

Binary packages built by this source

mold: Drop-in linker

 mold is a faster drop-in replacement for existing Unix linkers.
 It is several times faster than the LLVM lld linker.
 mold is designed to increase developer productivity by reducing
 build time, especially in rapid debug-edit-rebuild cycles.