Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set all warnings as errors in release profile in dune #149

Merged
merged 1 commit into from
Aug 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Set all warnings as error in release profile in dune
  • Loading branch information
gretay-js committed Aug 9, 2021
commit 20c346e9c3b7932fbbb7346e6bb86f5452c48d85
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