gnu: iftop: Build with '-O2'.
* gnu/packages/admin.scm (iftop)[arguments]: Pass "-O2 -g".
This commit is contained in:
parent
3d4c527824
commit
9cfb0ef4d0
1 changed files with 1 additions and 1 deletions
|
@ -2939,7 +2939,7 @@ the command line.")
|
||||||
("ncurses" ,ncurses)))
|
("ncurses" ,ncurses)))
|
||||||
(arguments
|
(arguments
|
||||||
;; Fix build failure with GCC 10
|
;; Fix build failure with GCC 10
|
||||||
'(#:configure-flags '("CFLAGS=-fcommon")))
|
'(#:configure-flags '("CFLAGS=-O2 -g -fcommon")))
|
||||||
(synopsis "Monitor network usage")
|
(synopsis "Monitor network usage")
|
||||||
(description "Iftop does for network usage what @command{top} does
|
(description "Iftop does for network usage what @command{top} does
|
||||||
for CPU usage. It listens to network traffic on a named interface and
|
for CPU usage. It listens to network traffic on a named interface and
|
||||||
|
|
Reference in a new issue