mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: efl: Build with 'release' profile.
* gnu/packages/enlightenment.scm (efl)[arguments]: Add 'configure-flag to build the 'release' profile.
This commit is contained in:
parent
0c17f72070
commit
4bd610f09e
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ (define-public efl
|
|||
(arguments
|
||||
`(#:configure-flags '("--disable-silent-rules"
|
||||
"--disable-systemd"
|
||||
"--with-profile=release"
|
||||
"--enable-liblz4"
|
||||
"--enable-xinput22"
|
||||
"--enable-image-loader-webp"
|
||||
|
|
Loading…
Reference in a new issue