1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 20:20:32 +02:00
Files
guix/gnu/packages/pkg-config.scm
Ludovic Courtès 7de9471707 gnu: pkg-config: Memoize 'cross-pkg-config'.
When running:

  guix build --target=arm-linux-gnueabihf gdb -nd

this reduces the number of hits in the 'add-data-to-store' cache from
205 (25%) to 163 (21%).

* gnu/packages/pkg-config.scm (cross-pkg-config): Turn into an 'mlambda'.
2019-11-07 18:39:55 +01:00

5.1 KiB