gnu: transcode: Build with '-O2'.

* gnu/packages/video.scm (transcode)[arguments]: Pass "-O2 -g".
This commit is contained in:
Ludovic Courtès 2021-11-25 15:22:55 +01:00
parent 51637d57fa
commit 4dc3c32649
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -209,7 +209,7 @@ (define-public transcode
(arguments
`(#:configure-flags
(list
"CFLAGS=-fcommon"
"CFLAGS=-O2 -g -fcommon"
;; XXX: Broken API.
;; Undeclared variables 'sys_nerr' and 'sys_errlist'.
;; "--enable-libv4l2"