nbros / OcaIDE

An OCaml plug-in for Eclipse
www.algo-prog.info/ocaide/
37 stars 19 forks source link

OCaml build flags are missing on my computer #23

Closed marmistrz closed 9 years ago

marmistrz commented 9 years ago

I enter my OCaml project's properties. There are multiple entries, such as Resource, Builders, Makefile, but the OCaml build flags entry is missing. I'm using a Makefile with a OCamlMakefile, Eclipse 3.8.1 and OcaIDE 1.2.21

nbros commented 9 years ago

Hello,

Since you are using a Makefile, you need to put the build flags in your Makefile. There is no property page for editing those flags.