Skip to content

Commit a35d59e

Browse files
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

File tree

src/ext/zrapp/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(library
22
(public_name goblint-cil.zrapp)
33
(name zrapp)
4-
(libraries goblint-cil goblint-cil.liveness stdlib-shims)
4+
(libraries goblint-cil goblint-cil.liveness zarith stdlib-shims)
55
)

0 commit comments

Comments
 (0)