now to fix the toplevel library loading...
This commit is contained in:
7
dune
7
dune
@ -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))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user