Le 21-01-15 07:43:39, Nicolás Ojeda Bär a écrit : > Dear Christophe, > > You can disable the use of "-opaque" by always compiling in the release > profile, either by passing "--profile release" on the command line or by adding > (profile release) to the dune-workspace file. Thanks, I finally use (env (dev (flags :standard -warn-error -55) (ocamlopt_flags :standard -warn-error -55 -inline 50000 -O3)) ....) in my dune file. But I submitted an issue and suggest -warn-error -55 as default for the dev profile. This makes sure compilation works for both profiles or fails for both. Cheers, Christophe > Hope that helps, > Nicolas