diff options
author | 2012-06-11 12:46:35 -0400 | |
---|---|---|
committer | 2012-06-11 12:46:35 -0400 | |
commit | 0847a300fc65a832171af53272439d18f6e9ed6b (patch) | |
tree | 1d5503b35e7fdb27bcd2e1e3f8f1020686882125 /Makefile | |
parent | 129f6123fe933310829986fd5a99a9fd6911ca0f (diff) |
Revert "Build with ghc's threaded runtime, so threaded code does not busy-wait."
This reverts commit 129f6123fe933310829986fd5a99a9fd6911ca0f.
Saw hang during batch add with -threaded, so deferred for now.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PREFIX=/usr IGNORE=-ignore-package monads-fd -ignore-package monads-tf -BASEFLAGS=-threaded -Wall $(IGNORE) -outputdir tmp -IUtility -DWITH_S3 +BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility -DWITH_S3 GHCFLAGS=-O2 $(BASEFLAGS) ifdef PROFILE |