diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-04-22 12:34:45 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-04-22 12:34:45 -0400 |
| commit | 577ec77d18c2618357f3ddd03104570116e6e3d4 (patch) | |
| tree | 0b08e5bee1cac41576e347b63e92d016f8c69d4e | |
| parent | a731d29ea32f1c50fe5dc265a809e4566ac624e2 (diff) | |
remove -O0 for propellor-config
It's only needed for compiling the internals of the propellor library,
which is no longer part of building this.
| -rw-r--r-- | propellor.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal index f36c187a..7dcc523a 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -232,7 +232,7 @@ Executable propellor-config Default-Language: Haskell98 Hs-Source-Dirs: executables Main-Is: propellor-config.hs - GHC-Options: -threaded -Wall -fno-warn-tabs -O0 + GHC-Options: -threaded -Wall -fno-warn-tabs if impl(ghc >= 8.0) GHC-Options: -fno-warn-redundant-constraints Default-Extensions: TypeOperators |
