Skip to content

Commit

Permalink
add ocamlopt flags for release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsoni committed Apr 14, 2020
1 parent 25c7c4b commit 205f32b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
(env
(release
(ocamlopt_flags
(:standard -O3 -unbox-closures))))

(alias
(name runtest)
(deps
Expand Down

0 comments on commit 205f32b

Please sign in to comment.