summaryrefslogtreecommitdiff
path: root/bin/dune
blob: f36fceaa613f64ec60e7003fb9d082858c287cba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
(executable
 (public_name nixtamal)
 (name main)
 (libraries
  nixtamal
  cmdliner
  eio
  eio_main
  fmt
  fmt.cli
  fmt.tty
  logs
  logs.cli
  logs.fmt
  uri)
 (flags (:standard -alert -deprecated))
 (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)))))