From: Michael Orlitzky Date: Wed, 22 Jan 2014 04:45:53 +0000 (-0500) Subject: Disable building with the threaded runtime. X-Git-Tag: 0.0.5~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=commitdiff_plain;h=bac10190438b704b062b451eaab1302f5f4d9d80 Disable building with the threaded runtime. A FUTEX_WAIT_PRIVATE hang has been observed after the program runs for a while. Multithreading is not used, so it is hoped that this eliminates the bug. --- diff --git a/htsn.cabal b/htsn.cabal index bed9a97..f9f80f9 100644 --- a/htsn.cabal +++ b/htsn.cabal @@ -246,8 +246,6 @@ executable htsn -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind - -rtsopts - -threaded -optc-O3 -optc-march=native -O2 @@ -291,8 +289,6 @@ test-suite testsuite -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind - -rtsopts - -threaded -optc-O3 -optc-march=native -O2