summaryrefslogtreecommitdiff
path: root/bin/dune
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dune')
-rw-r--r--bin/dune9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/dune b/bin/dune
index 3dc72b3..5705f13 100644
--- a/bin/dune
+++ b/bin/dune
@@ -15,3 +15,12 @@
uri)
(preprocess
(pps ppx_deriving.show ppx_deriving.eq ppx_deriving.ord ppx_deriving.make)))
+
+(env
+ (release
+ (ocamlopt_flags
+ (:standard
+ -O3
+ -unbox-closures
+ -unboxed-types
+ (-inline-max-depth 8)))))