Commit a35d59e
committed
Make zrapp dependency on zarith
In dune release profile (during release), this warning was emitted:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Big_int_Z, and its interface was not compiled with -opaque
This is because dune-project has (implicit_transitive_deps false), but Rmciltmps actually uses cilint_compare (which is transitively from Big_int_Z).1 parent 8e22123 commit a35d59e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
0 commit comments