gnu: w-scan: Build with '-O2'.
* gnu/packages/video.scm (w-scan)[arguments]: Pass "-O2 -g".master
parent
4dc3c32649
commit
67abcfaa67
|
@ -5168,7 +5168,7 @@ on supporting video-on-demand and live encoding on Intel Xeon processors.")
|
|||
(base32 "1zkgnj2sfvckix360wwk1v5s43g69snm45m0drnzyv7hgf5g7q1q"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("CFLAGS=-fcommon")))
|
||||
`(#:configure-flags '("CFLAGS=-O2 -g -fcommon")))
|
||||
(synopsis "Scan ATSC/DVB-C/DVB-S/DVB-T channels")
|
||||
(description
|
||||
"This is a small command line utility used to perform frequency scans for
|
||||
|
|
Reference in New Issue