[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#53925: [PATCH 0/2] gnu: clang: Build and link as shared libraries.
From: |
Ludovic Courtès |
Subject: |
bug#53925: [PATCH 0/2] gnu: clang: Build and link as shared libraries. |
Date: |
Wed, 16 Feb 2022 16:56:50 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
Greg Hogan <code@greghogan.com> skribis:
> The patch builds clang with dynamic linkage and removes the separate
> output. The new size of the full complement of dynamically linked libraries
> and binaries is one-third the size of the original clang with extras
> excluded.
That’s indeed much better than the extra output, in addition to fixing
bugs (also reported at <https://issues.guix.gnu.org/52054>).
Pushed as 6481dbda5100e9b0ff9c5221280d2c0cadd663b7.
Thanks!
Ludo’.