samoht / assemblage

A collection of tools to manage the configuration of OCaml projects
54 stars 4 forks source link

`Compiler `Intf phase seems to be ignored #117

Open lpw25 opened 10 years ago

lpw25 commented 10 years ago

I had assumed that flags for compiling mli files should be on phase Compile `Intf`, however that phase does not seem to be used anywhere, and instead they need to be onCompile Byte and `CompileNative`.