gnu: linux-libre: Strip everything with '--strip-all'.

* gnu/packages/linux.scm (linux-libre)[arguments]: Add #:strip-flags.
master
Ludovic Courtès 2014-07-10 00:34:33 +02:00
parent a94546ecc4
commit 9ca7eaa134
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ for SYSTEM."
(guix build utils)
(srfi srfi-1)
(ice-9 match))
#:strip-flags '("--strip-all")
#:phases (alist-replace
'build ,build-phase
(alist-replace