diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-17 13:37:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-17 13:37:55 -0400 |
commit | 1d5582091e9df550a8b42d0a69bada1d15a1825e (patch) | |
tree | 1957bfa29a0ec5f8dd63cf18c05af7220a654717 /Makefile | |
parent | f5f88794713ebbbbc177d064f074a80ca23e9b79 (diff) |
attempt at building with -threaded
Added a modified System.Cmd.Utils, working around bug #681621
Unfortunatly, the test suite still hangs partway through.
Some of the hangs occur within pOpen3 still. Some of the hangs
do not seem to occur within System.Cmd.Utils at all, but in some other
code.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ endif PREFIX=/usr IGNORE=-ignore-package monads-fd -ignore-package monads-tf -BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility -DWITH_ASSISTANT -DWITH_S3 $(BASEFLAGS_OPTS) +BASEFLAGS=-threaded -Wall $(IGNORE) -outputdir tmp -IUtility -DWITH_ASSISTANT -DWITH_S3 $(BASEFLAGS_OPTS) GHCFLAGS=-O2 $(BASEFLAGS) CFLAGS=-Wall |