Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Remove "-O0" from ghc options for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Dec 22, 2017
1 parent 1a8f23e commit d1148d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ notifications:

env:
global:
- GHC_OPTIONS="-O0 -Werror"
- GHC_OPTIONS="-Werror"
- PACKCHECK="./packcheck.sh"
# The commit id of packcheck.sh to use from harendra-kumar/packcheck on github
- PACKCHECK_COMMIT="6be708c5b34b5a2a7b553cf9ebe99f1f5764a79a"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,7 @@ platform: x64
environment:
global:
RESOLVER: "lts-10.0"
GHC_OPTIONS: "-O0 -Werror"
GHC_OPTIONS: "-Werror"
PACKCHECK: ./packcheck.sh
# The commit id of packcheck.sh to use from harendra-kumar/packcheck on github
PACKCHECK_COMMIT: "6be708c5b34b5a2a7b553cf9ebe99f1f5764a79a"
Expand Down

0 comments on commit d1148d6

Please sign in to comment.