|
34 | 34 | ) |
35 | 35 | ) |
36 | 36 | (preprocess |
37 | | - (pps ppx_deriving.std ppx_deriving_hash ppx_deriving_yojson |
38 | | - ppx_distr_guards ppx_blob)) |
| 37 | + (pps ppx_deriving.std ppx_deriving_hash ppx_deriving_yojson ppx_blob)) |
39 | 38 | (preprocessor_deps (file util/options.schema.json)) |
40 | 39 | ) |
41 | 40 |
|
|
53 | 52 | (modes byte native) ; https://dune.readthedocs.io/en/stable/dune-files.html#linking-modes |
54 | 53 | (modules goblint mainarinc mainspec) |
55 | 54 | (libraries goblint.lib goblint.sites.dune) |
56 | | - (preprocess (pps ppx_deriving.std ppx_deriving_hash ppx_deriving_yojson ppx_distr_guards)) |
| 55 | + (preprocess (pps ppx_deriving.std ppx_deriving_hash ppx_deriving_yojson)) |
57 | 56 | (flags :standard -linkall) |
58 | 57 | ) |
59 | 58 |
|
60 | 59 | (executable |
61 | 60 | (name privPrecCompare) |
62 | 61 | (modules privPrecCompare) |
63 | 62 | (libraries goblint.lib goblint.sites.dune) |
64 | | - (preprocess (pps ppx_deriving.std ppx_deriving_hash ppx_deriving_yojson ppx_distr_guards)) |
| 63 | + (preprocess (pps ppx_deriving.std ppx_deriving_hash ppx_deriving_yojson)) |
65 | 64 | (flags :standard -linkall) |
66 | 65 | ) |
67 | 66 |
|
68 | 67 | (executable |
69 | 68 | (name apronPrecCompare) |
70 | 69 | (modules apronPrecCompare) |
71 | 70 | (libraries goblint.lib goblint.sites.dune) |
72 | | - (preprocess (pps ppx_deriving.std ppx_deriving_hash ppx_deriving_yojson ppx_distr_guards)) |
| 71 | + (preprocess (pps ppx_deriving.std ppx_deriving_hash ppx_deriving_yojson)) |
73 | 72 | (flags :standard -linkall) |
74 | 73 | ) |
75 | 74 |
|
76 | 75 | (executable |
77 | 76 | (name messagesCompare) |
78 | 77 | (modules messagesCompare) |
79 | 78 | (libraries goblint.lib goblint.sites.dune) |
80 | | - (preprocess (pps ppx_deriving.std ppx_deriving_hash ppx_deriving_yojson ppx_distr_guards)) |
| 79 | + (preprocess (pps ppx_deriving.std ppx_deriving_hash ppx_deriving_yojson)) |
81 | 80 | (flags :standard -linkall) |
82 | 81 | ) |
83 | 82 |
|
|
0 commit comments