Skip to content

Commit

Permalink
Better 4.02 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jonludlam committed Jun 29, 2022
1 parent dfa0d75 commit 704ce16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(env
(dev
(flags
(:standard -g -w -18-53-50)))
(:standard -g -w -18-53)))
(release
(flags
(:standard -g -w -18-53-50))))
(:standard -g -w -18-53))))
2 changes: 2 additions & 0 deletions src/model/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
(library
(name odoc_model)
(public_name odoc.model)
(flags
(:standard -w -50))
(instrumentation
(backend bisect_ppx))
(libraries result compiler-libs.common odoc-parser))

0 comments on commit 704ce16

Please sign in to comment.