Skip to content

Commit

Permalink
binaryen.0.1.0: Add --no-buffer flag to dune build
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer authored Jun 25, 2020
1 parent 8ddb634 commit 3b47d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/binaryen/binaryen.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git"
bug-reports: "https://github.com/grain-lang/binaryen.ml/issues"
build: [
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "build" "-p" name "-j" jobs "--no-buffer" ]
]
depends: [
"ocaml" {>= "4.08"}
Expand Down

0 comments on commit 3b47d31

Please sign in to comment.