summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2015-11-08 14:53:00 -0400
committerJoey Hess2015-11-08 14:53:00 -0400
commitdef9aee3ae5fc79d7ae4fed2ee7c3ab0ca17180d (patch)
tree3fd5a675c7bc3e16e56f0f49d4ce43b03eb50638 /doc
parentd7e140aeae8a8ea47976ca1f3e29c4d0b00eacee (diff)
update
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/depend_on_concurrent-output.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/depend_on_concurrent-output.mdwn b/doc/todo/depend_on_concurrent-output.mdwn
index cf985166..fdc66b04 100644
--- a/doc/todo/depend_on_concurrent-output.mdwn
+++ b/doc/todo/depend_on_concurrent-output.mdwn
@@ -3,4 +3,8 @@ should be converted to a dependency.
Waiting on concurrent-output reaching Debian stable.
+Once this is done, can switch GHC-Options back to -O0 from -O.
+-O is only needed to get stream fusion in the concurrent-output code;
+-O0 is better because ghc takes less memory to build propellor.
+
[[!tag user/joey]]