bsansouci / bsb-native

Build system for OCaml/Reason
Other
245 stars 10 forks source link

Allow passing flags to ocaml #7

Closed anmonteiro closed 6 years ago

anmonteiro commented 6 years ago

In particular I'm getting the following error:

ocamlfind: Error from packagethreads': Missing -thread or -vmthread switch

I think in this case I would just need to be able to pass the -thread flag and it would compile cleanly.

bsansouci commented 6 years ago

You made a patch but there was one thing we forgot, we didn't pass the warnings flag to bsb_helper (the linker / packer). Fixed now.