blob: ec9f2d2b07ba873cd107e061ebd27b060d777682 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
(executable
(name main)
(preprocess (pps ppx_deriving.show ppx_deriving.ord))
(libraries ppx_deriving yojson zarith easy_logging))
(env
(dev (flags
:standard
-safe-string
-g
-warn-error -9-11-33-20-21-26-27-39
))
(release (flags
:standard
-safe-string
-g
-warn-error -9-11-33-20-21-26-27-39
)))
|