Skip to content

Commit

Permalink
Merge pull request #18 from nicokn/master
Browse files Browse the repository at this point in the history
Disable profiling for ocaml version > 4.08.0
  • Loading branch information
nberth authored Mar 1, 2023
2 parents 42f639b + 55a0d88 commit d7e4f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ if test $enable_prof -eq 1
then
echo -n "checking whether to enable profiling: "
case "${overs}" in
4.08.[1-9]*|4.09.*|4.[1-9]*)
4.08.[1-9]*|4.09.*|4.[1-9]*|[5-9]*|[1-9][0-9]*)
echo "only available up to OCaml 4.08.0 (<= ${overs})";
enable_prof=0;;
*)
Expand Down
1 change: 1 addition & 0 deletions opam/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"conf-gmp"
"conf-mpfr"
"conf-perl" {build}
"bigarray-compat"
]
conflicts: [
"mlgmp"
Expand Down

0 comments on commit d7e4f3c

Please sign in to comment.