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
|
@ -139,6 +139,7 @@
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-silent-rules"
|
`(#:configure-flags '("--disable-silent-rules"
|
||||||
"--disable-systemd"
|
"--disable-systemd"
|
||||||
|
"--with-profile=release"
|
||||||
"--enable-liblz4"
|
"--enable-liblz4"
|
||||||
"--enable-xinput22"
|
"--enable-xinput22"
|
||||||
"--enable-image-loader-webp"
|
"--enable-image-loader-webp"
|
||||||
|
|
Loading…
Reference in New Issue