guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: iftop: Build with '-O2'.


From: guix-commits
Subject: 02/09: gnu: iftop: Build with '-O2'.
Date: Thu, 25 Nov 2021 09:29:22 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 9cfb0ef4d018552485e3e34e7ff1d04d9bc56137
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 25 15:08:19 2021 +0100

    gnu: iftop: Build with '-O2'.
    
    * gnu/packages/admin.scm (iftop)[arguments]: Pass "-O2 -g".
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 48a9b5e..5d8b5cd 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2939,7 +2939,7 @@ the command line.")
         ("ncurses" ,ncurses)))
     (arguments
       ;; Fix build failure with GCC 10
-     '(#:configure-flags '("CFLAGS=-fcommon")))
+     '(#:configure-flags '("CFLAGS=-O2 -g -fcommon")))
     (synopsis "Monitor network usage")
     (description "Iftop does for network usage what @command{top} does
 for CPU usage.  It listens to network traffic on a named interface and



reply via email to

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