guix-devel/guix/build
Ludovic Courtès 856ae5e6c7 build-system/gnu: Strip with '--strip-all' instead of '--strip-debug'.
This saves 19% on the 'bin' directory of Coreutils, and certainly
helpful for things like Git's 'libexec' directory.

* guix/build-system/gnu.scm (gnu-build): Change default value for
  #:strip-flags to '("--strip-all").
* guix/build/gnu-build-system.scm (strip): Ditto.
* gnu/packages/linux.scm (linux-libre)[arguments]: Add #:strip-flags.
2014-12-27 19:20:18 +01:00
..
cmake-build-system.scm build-system/cmake: Add #:build-type parameter, default to "RelWithDebInfo". 2014-10-04 22:59:38 +02:00
download.scm download: Add "Accept: */*" to the headers. 2014-10-19 12:07:53 +02:00
emacs-utils.scm build: emacs-utils: Add 'emacs-generate-autoloads'. 2014-12-02 22:09:23 +03:00
git.scm git-download: Support recursive clones. 2014-06-27 23:04:48 +02:00
glib-or-gtk-build-system.scm build-system/glib-or-gtk: Allow specific outputs to be excluded from wrapping. 2014-12-01 22:41:04 +01:00
gnu-build-system.scm build-system/gnu: Strip with '--strip-all' instead of '--strip-debug'. 2014-12-27 19:20:18 +01:00
gnu-dist.scm build-system/gnu: Add `dist-package'. 2013-08-24 17:30:31 +02:00
graft.scm derivations: Add 'graft-derivation'. 2014-10-08 12:01:49 +02:00
perl-build-system.scm Use #:prefix instead of #:renamer with 'symbol-prefix-proc'. 2014-09-23 18:52:29 -04:00
pull.scm pull: Use the build procedure provided by the newly-downloaded Guix. 2014-11-09 22:33:45 +01:00
python-build-system.scm build/python-build-system: Fix easy-install.pth collisions. 2014-12-18 17:58:10 +01:00
rpath.scm Add (guix build rpath). 2013-05-08 23:45:02 +02:00
ruby-build-system.scm build: Add ruby build system. 2014-09-28 15:09:24 -04:00
store-copy.scm vm: Move store copy handling to (guix build store-copy). 2014-09-04 23:24:54 +02:00
svn.scm Add (guix svn-download). 2014-03-27 00:21:44 +01:00
syscalls.scm syscalls: Add more procedures for network interfaces. 2014-12-19 17:15:53 +01:00
union.scm union: Ensure that the output is always a directory. 2014-04-03 18:35:16 -04:00
utils.scm build-system/gnu: Add support for non-directory search paths. 2014-12-27 12:25:31 +01:00