
# Menhir needs the Unix library.
<menhir.{byte,native}>: use_unix

# checkOCamlVersion needs the Str library.
<checkOCamlVersion.byte>: use_str

# Build and link with -g.
<**/*.{cmo,cmx}>:debug
<**/*.byte>:debug
<**/*.native>:debug

# Turn off assertions in some modules, where they are useful when debugging, but costly.
<LRijkstra.*>: noassert

