Skip to content

Commit

Permalink
ocaml: parallelize build
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Nov 7, 2023
1 parent 09d121e commit 205f216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocaml/hacl-star-raw.opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ available: [
(os = "freebsd" | os-family != "bsd")
]
build: [
[make "-C" "hacl-star-raw" "build-c"]
[make "-C" "hacl-star-raw" "build-bindings"]
[make "-C" "hacl-star-raw" "build-c" "-j" jobs]
[make "-C" "hacl-star-raw" "build-bindings" "-j" jobs]
]
install: [
[make "-C" "hacl-star-raw" "install"]
Expand Down

0 comments on commit 205f216

Please sign in to comment.