mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
eclass/dune.eclass: build with release profile
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -42,7 +42,7 @@ case ${EAPI:-0} in
|
||||
esac
|
||||
|
||||
dune_src_compile() {
|
||||
dune build @install || die
|
||||
dune build @install --profile release || die
|
||||
}
|
||||
|
||||
dune_src_test() {
|
||||
|
||||
Reference in New Issue
Block a user