summaryrefslogtreecommitdiff
path: root/src/dune
blob: 70de366cabdff29cc988d63308cb3a11e9547e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
;; core: for Core.Unix.mkdir_p
(executable
 (name main)
 (preprocess (pps ppx_deriving.show ppx_deriving.ord visitors.ppx))
 (libraries ppx_deriving yojson zarith easy_logging core))

(env
  (dev (flags
    :standard
    -safe-string
    -g
    ;-dsource
    -warn-error -5-8-9-11-14-33-20-21-26-27-39
  ))
  (release (flags
    :standard
    -safe-string
    -g
    ;-dsource
    -warn-error -5-8-9-11-14-33-20-21-26-27-39
  )))