summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2014-05-31 21:02:52 -0400
committerJoey Hess2014-05-31 21:02:52 -0400
commit179301f58dea22feb945004389a56662fe255138 (patch)
tree90cbff2768046e4ba724589d1688982ad59fa012 /propellor.cabal
parent67e61d29192a691a64f08d950b6143f696e1ed3a (diff)
build w/o optimisations
I hope this will reign in ghc memory use
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 1ca9f3a5..67a418e5 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -35,7 +35,7 @@ Description:
Executable wrapper
Main-Is: wrapper.hs
- GHC-Options: -Wall -threaded
+ GHC-Options: -Wall -threaded -O0
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
@@ -47,7 +47,7 @@ Executable wrapper
Executable config
Main-Is: config.hs
- GHC-Options: -Wall -threaded
+ GHC-Options: -Wall -threaded -0O
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
@@ -58,7 +58,7 @@ Executable config
Build-Depends: unix
Library
- GHC-Options: -Wall
+ GHC-Options: -Wall -O0
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,