Skip to content

Commit cc414de

Browse files
gretay-jsmshinwell
authored andcommitted
Set all warnings as error in release profile in dune (#149)
1 parent 58d7b74 commit cc414de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dune

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
;* *
99
;**************************************************************************
1010

11+
; set warning as error in release profile
12+
(env
13+
(release
14+
(flags (:standard -warn-error +A))))
15+
1116
; Since upstream has the middle end code inside ocamloptcomp, we do the
1217
; same for the moment.
1318

0 commit comments

Comments
 (0)