From 5cde1ed21cc912db0b53846196f920fe52835dbc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 Oct 2015 17:03:17 -0400 Subject: fix memory leak, and optimise when command output is very large --- propellor.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index da43775f..a07109a7 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -34,7 +34,7 @@ Description: Executable propellor Main-Is: wrapper.hs - GHC-Options: -threaded -O0 -Wall -fno-warn-tabs + GHC-Options: -threaded -O -Wall -fno-warn-tabs Hs-Source-Dirs: src Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, @@ -46,7 +46,7 @@ Executable propellor Executable propellor-config Main-Is: config.hs - GHC-Options: -threaded -O0 -Wall -fno-warn-tabs + GHC-Options: -threaded -O -Wall -fno-warn-tabs Hs-Source-Dirs: src Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, @@ -57,7 +57,7 @@ Executable propellor-config Build-Depends: unix Library - GHC-Options: -O0 -Wall -fno-warn-tabs + GHC-Options: -O -Wall -fno-warn-tabs Hs-Source-Dirs: src Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, -- cgit v1.3-2-g0d8e