Archived
1
0
Fork 0

gnu: iftop: Build with '-O2'.

* gnu/packages/admin.scm (iftop)[arguments]: Pass "-O2 -g".
This commit is contained in:
Ludovic Courtès 2021-11-25 15:08:19 +01:00
parent 3d4c527824
commit 9cfb0ef4d0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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