ocaml-opentelemetry/dune
Simon Cruanes 62cd8c0cd2
disable warning 58
sometimes it's ok to not have a .cmx, I promise
2026-01-20 00:15:26 -05:00

9 lines
115 B
Text

(env
(_
(flags
:standard
-warn-error
-a+8
-w
+a-4-30-40-41-42-44-48-58-70
-strict-sequence)))