Skip to content
Snippets Groups Projects
Commit 9ca7eaa1 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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

* gnu/packages/linux.scm (linux-libre)[arguments]: Add #:strip-flags.
parent a94546ec
No related branches found
No related tags found
No related merge requests found
...@@ -265,6 +265,7 @@ (define-public linux-libre ...@@ -265,6 +265,7 @@ (define-public linux-libre
(guix build utils) (guix build utils)
(srfi srfi-1) (srfi srfi-1)
(ice-9 match)) (ice-9 match))
#:strip-flags '("--strip-all")
#:phases (alist-replace #:phases (alist-replace
'build ,build-phase 'build ,build-phase
(alist-replace (alist-replace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment