Skip to content

Commit

Permalink
Set all warnings as error in release profile in dune (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
gretay-js authored and mshinwell committed Aug 12, 2021
1 parent 58d7b74 commit cc414de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
;* *
;**************************************************************************

; set warning as error in release profile
(env
(release
(flags (:standard -warn-error +A))))

; Since upstream has the middle end code inside ocamloptcomp, we do the
; same for the moment.

Expand Down

0 comments on commit cc414de

Please sign in to comment.