Skip to content

Commit

Permalink
eclass/dune.eclass: build with release profile
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Oct 3, 2021
1 parent 583b8a9 commit e64575c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/dune.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit e64575c

Please sign in to comment.