guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: inputattach: Build with -O2.


From: guix-commits
Subject: 04/07: gnu: inputattach: Build with -O2.
Date: Mon, 18 Mar 2019 05:51:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5ddf98dadd757403a14bb2bc93e21801eb5fe3f8
Author: Ludovic Courtès <address@hidden>
Date:   Mon Mar 18 10:21:50 2019 +0100

    gnu: inputattach: Build with -O2.
    
    * gnu/packages/linux.scm (inputattach)[arguments]: Pass "-O2" to GCC.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d08784b..e9d8ea4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5213,7 +5213,7 @@ have to construct the archives directly, without using 
the archiver.")
              (with-directory-excursion "inputattach"
                (invoke (string-append (assoc-ref inputs "gcc")
                                       "/bin/gcc")
-                       "-o" "inputattach" "inputattach.c"))
+                       "-O2" "-o" "inputattach" "inputattach.c"))
              #t))
          (delete 'check)
          (replace 'install



reply via email to

[Prev in Thread] Current Thread [Next in Thread]