Skip to content

Commit aacb32c

Browse files
committed
Add ocamlopt flags and promote tests
1 parent 15a4938 commit aacb32c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/index.mld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ val model : Model.t = (model
125125
# let x_val =
126126
let x = Symbol.make (Ty_bitv 8) "x" in
127127
Model.evaluate model x;;
128-
val x_val : Value.t option = Some (Smtml.Value.Bitv <abstr>)
128+
val x_val : Value.t option = Some (Value.Bitv <abstr>)
129129
]}
130130

131131
{1:advanced Advanced Features}

dune

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
(not %{lib-available:bitwuzla-cxx})
77
(not %{lib-available:colibri2.core})
88
(not %{lib-available:cvc5}))))
9+
10+
(env
11+
(release
12+
(ocamlopt_flags
13+
(:standard -O3 -noassert))))

0 commit comments

Comments
 (0)