swh:1:snp:61dcfc0dd5674a0e65803e88039c122d9532074e
Raw File
Tip revision: 1f76b9fe029ce94c8ef92bf970c4718013b74a01 authored by Laure Runser on 24 August 2023, 12:40:41 UTC
Add effects to the parser
Tip revision: 1f76b9f
dune-workspace
(lang dune 3.0)

(context default)
(context
  (default
    (name profiling)
    (instrument_with landmarks)
    (env
      (_
         (env-vars ("OCAML_LANDMARKS" "on"))
         (flags (:standard -noassert)))
    )
  )
)
(context
  (default
    (name profiling-auto)
    (instrument_with landmarks)
    (env
      (_
         (env-vars ("OCAML_LANDMARKS" "auto"))
         (flags (:standard -noassert)))
    )
  )
)
back to top