gasche / manual-ocamlbuild

A new reference manual for the ocamlbuild tool
Other
67 stars 15 forks source link

Options.use_ocamlfind in myocamlbuild.ml #6

Closed ttamttam closed 9 years ago

ttamttam commented 9 years ago

Explain use of Options.use_ocamlfind in myocamlbuild.ml instead of -use-ocamlfind command line option

gasche commented 9 years ago

Thanks! I'm not that fond of setting options in myocamlbuild.ml myself (I usually have a Makefile around the ocamlbuild invocation so adding command-lines options comes at little cost), but that's a valid use-case. We should be careful of describing the way dispatch need to be handled (by merging the plugin effects in a global dispatch call) at some point, though.