From 9cfb0ef4d018552485e3e34e7ff1d04d9bc56137 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 25 Nov 2021 15:08:19 +0100 Subject: 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(-) (limited to 'gnu/packages/admin.scm') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 48a9b5e54d..5d8b5cdc29 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 -- cgit v1.2.3