now to fix the toplevel library loading...

This commit is contained in:
cqc
2024-05-22 13:54:24 -05:00
parent 36fd690e21
commit 986abc223c
4 changed files with 188 additions and 65 deletions

7
dune
View File

@ -13,6 +13,7 @@
(modules store)
)
(executables
(names oplevel)
(modules oplevel secrets perfgraph ogui glfw_types)
@ -31,9 +32,9 @@
lwd
)
(link_flags (-linkall))
(ocamlopt_flags (:standard -O3 -unboxed-types))
(ocamlc_flags (:standard -verbose))
(modes byte)
(ocamlopt_flags (:standard -O3 -unboxed-types))
(ocamlc_flags (:standard -verbose))
(modes byte_complete)
(preprocess
(pps ppx_irmin))
)