Skip to content

Commit

Permalink
Double-check that -Wall is enabled for the validation build
Browse files Browse the repository at this point in the history
  • Loading branch information
bitemyapp committed Mar 3, 2018
1 parent 50d015d commit fb8b525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ build:
stack build

build-validate:
stack build --fast --ghc-options '-Werror'
stack build --fast --ghc-options '-Wall -Werror'

ghci:
stack ghci
Expand Down

0 comments on commit fb8b525

Please sign in to comment.