Skip to content
Snippets Groups Projects
Unverified Commit 355b48c3 authored by Rodrigo Mesquita's avatar Rodrigo Mesquita :seedling:
Browse files

Only use -Werror in validate

Reverts a change that made `-Werror` be applied when building in tree Cabal, even when just developing.
Puts `-Werror` back in the `cabal.project.validate` validation project.

Fixes #9866
parent e125959e
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,5 @@ import: project-cabal/constraints.config
tests: True
write-ghc-environment-files: never
program-options
ghc-options: -Werror
program-options
ghc-options: -fno-ignore-asserts -Werror
ghc-options: -fno-ignore-asserts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment