summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-23 06:22:23 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-23 06:22:23 +0000
commit4e94682a17ce30271b302f1285f56fa11dfefd53 (patch)
treeaef179b492d5ba525f75ec885316afb3abcd0d79 /bin
parent0b7695cf935f81e6faf0dafc47c8893df6e4fff9 (diff)
downloadnixtaml-4e94682a17ce30271b302f1285f56fa11dfefd53.tar
nixtaml-4e94682a17ce30271b302f1285f56fa11dfefd53.tar.gz
nixtaml-4e94682a17ce30271b302f1285f56fa11dfefd53.tar.bz2
nixtaml-4e94682a17ce30271b302f1285f56fa11dfefd53.tar.lz
nixtaml-4e94682a17ce30271b302f1285f56fa11dfefd53.tar.xz
nixtaml-4e94682a17ce30271b302f1285f56fa11dfefd53.tar.zst
nixtaml-4e94682a17ce30271b302f1285f56fa11dfefd53.zip
compile: release env
Diffstat (limited to 'bin')
-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)))))