diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-11-25 15:24:36 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-25 15:24:36 +0100 |
commit | 67abcfaa677c9bd925d290bb27bc23ec31dbdd26 (patch) | |
tree | 9d65eb3bcdc3a2cf0124bf867ef81a297b315bcf /gnu/packages/video.scm | |
parent | 4dc3c32649833125e5e9e09cfde046cf8f01c29d (diff) | |
download | guix-67abcfaa677c9bd925d290bb27bc23ec31dbdd26.tar.gz |
gnu: w-scan: Build with '-O2'.
* gnu/packages/video.scm (w-scan)[arguments]: Pass "-O2 -g".
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 509c4fdd32..128a112848 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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 |