bsansouci / bsb-native

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

Allow passing specific ocaml compiler flags for linking step only #42

Closed vkurchatkin closed 6 years ago

vkurchatkin commented 6 years ago

It seems that at the moment ocaml-flags is passed for both compiling and linking, which makes using some flags impossible.

bsansouci commented 6 years ago

Which flags in particular are you referring to?

vkurchatkin commented 6 years ago

I'm interested in -output-obj and -output-complete-obj flags at the moment, but there are probably more flags like this.