Revision c956b3d7deb0bb682dab37f8d3689ef8a92b307b authored by Pietro on 21 April 2020, 14:39:53 UTC, committed by Pierre Boutillier on 22 April 2020, 20:36:00 UTC
1 parent b5a0a2b
Raw File
dune
(env
 (release
  (ocamlopt_flags (:standard -O3))))

(alias
 (name runtest)
 (deps (alias_rec runtest_lint)))
back to top