We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340ea49 commit 276f3d6Copy full SHA for 276f3d6
dune
@@ -8,13 +8,14 @@
8
(language c)
9
(names caml_z)
10
(include_dirs (lib gmp))
11
- (flags "-DHAS_GMP")
+ (flags :standard "-DHAS_GMP")
12
)
13
(libraries gmp)
14
(wrapped false))
15
16
(library
17
(name zarith_top)
18
+ (optional)
19
(public_name zarith.top)
20
(modules zarith_top)
21
(libraries zarith compiler-libs.toplevel))
0 commit comments