You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a program where I'm getting this error when trying to use dune-build-info on an Flambda1 switch:
$ dune b @install --profile release
File "_none_", line 1:
Error (warning 58 [no-cmx-file]): no cmx file was found in path for module Build_info__Build_info_data, and its interface was not compiled with -opaque
It works on closure.
Moreover for some reason, using --profile release does not make the warning non fatal.
The text was updated successfully, but these errors were encountered:
Hi,
I have a program where I'm getting this error when trying to use
dune-build-info
on an Flambda1 switch:It works on closure.
Moreover for some reason, using
--profile release
does not make the warning non fatal.The text was updated successfully, but these errors were encountered: