Skip to content
Commit 8c859b4c authored by Ruben Maher's avatar Ruben Maher Committed by Vincent Laporte
Browse files

ocaml-modules/dtoa: disable hardening (strictoverflow) on darwin (#33443)

* ocaml-modules/dtoa: disable hardening (strictoverflow) on darwin

This prevents a compile-time error on macOS:

clang-4.0: error: argument unused during compilation: '-fno-strict-overflow'
  [-Werror,-Wunused-command-line-argument]

* ocaml-modules/dtoa: remove unnecessary createFindLibDestdir

* ocaml-modules/dtoa: remove ounit from build inputs
parent 6474e3bc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment